CSharpSyntaxRewriter.VisitList Method

Definition

Overloads

VisitList(SyntaxTokenList)
VisitList(SyntaxTriviaList)
VisitList<TNode>(SeparatedSyntaxList<TNode>)
VisitList<TNode>(SyntaxList<TNode>)

VisitList(SyntaxTokenList)

Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
public:
 virtual Microsoft::CodeAnalysis::SyntaxTokenList VisitList(Microsoft::CodeAnalysis::SyntaxTokenList list);
public virtual Microsoft.CodeAnalysis.SyntaxTokenList VisitList (Microsoft.CodeAnalysis.SyntaxTokenList list);
abstract member VisitList : Microsoft.CodeAnalysis.SyntaxTokenList -> Microsoft.CodeAnalysis.SyntaxTokenList
override this.VisitList : Microsoft.CodeAnalysis.SyntaxTokenList -> Microsoft.CodeAnalysis.SyntaxTokenList
Public Overridable Function VisitList (list As SyntaxTokenList) As SyntaxTokenList

Parameters

Returns

Applies to

VisitList(SyntaxTriviaList)

Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
public:
 virtual Microsoft::CodeAnalysis::SyntaxTriviaList VisitList(Microsoft::CodeAnalysis::SyntaxTriviaList list);
public virtual Microsoft.CodeAnalysis.SyntaxTriviaList VisitList (Microsoft.CodeAnalysis.SyntaxTriviaList list);
abstract member VisitList : Microsoft.CodeAnalysis.SyntaxTriviaList -> Microsoft.CodeAnalysis.SyntaxTriviaList
override this.VisitList : Microsoft.CodeAnalysis.SyntaxTriviaList -> Microsoft.CodeAnalysis.SyntaxTriviaList
Public Overridable Function VisitList (list As SyntaxTriviaList) As SyntaxTriviaList

Parameters

Returns

Applies to

VisitList<TNode>(SeparatedSyntaxList<TNode>)

Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
public:
generic <typename TNode>
 where TNode : Microsoft::CodeAnalysis::SyntaxNode virtual Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> VisitList(Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> list);
public virtual Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> VisitList<TNode> (Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> list) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
abstract member VisitList : Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
override this.VisitList : Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
Public Overridable Function VisitList(Of TNode As SyntaxNode) (list As SeparatedSyntaxList(Of TNode)) As SeparatedSyntaxList(Of TNode)

Type Parameters

TNode

Parameters

Returns

Applies to

VisitList<TNode>(SyntaxList<TNode>)

Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
Source:
CSharpSyntaxRewriter.cs
public:
generic <typename TNode>
 where TNode : Microsoft::CodeAnalysis::SyntaxNode virtual Microsoft::CodeAnalysis::SyntaxList<TNode> VisitList(Microsoft::CodeAnalysis::SyntaxList<TNode> list);
public virtual Microsoft.CodeAnalysis.SyntaxList<TNode> VisitList<TNode> (Microsoft.CodeAnalysis.SyntaxList<TNode> list) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
abstract member VisitList : Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
override this.VisitList : Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
Public Overridable Function VisitList(Of TNode As SyntaxNode) (list As SyntaxList(Of TNode)) As SyntaxList(Of TNode)

Type Parameters

TNode

Parameters

Returns

Applies to