114 instantiations of SeparatedSyntaxList
Microsoft.CodeAnalysis (4)
Syntax\InternalSyntax\GreenNodeExtensions.cs (1)
19
new
SeparatedSyntaxList
<T>(ToGreenList<T>(node.Green)) :
Syntax\InternalSyntax\SeparatedSyntaxList.cs (1)
105
return new
SeparatedSyntaxList
<GreenNode>(list.GetWithSeparators());
Syntax\InternalSyntax\SeparatedSyntaxListBuilder.cs (1)
106
: new
SeparatedSyntaxList
<TNode>(new SyntaxList<GreenNode>(_builder.ToListNode()));
Syntax\InternalSyntax\SyntaxList`1.cs (1)
163
return new
SeparatedSyntaxList
<TOther>(this);
Microsoft.CodeAnalysis.CSharp (4)
Syntax\InternalSyntax\SyntaxFactory.cs (4)
304
return new
SeparatedSyntaxList
<TNode>(new SyntaxList<CSharpSyntaxNode>(node));
309
return new
SeparatedSyntaxList
<TNode>(new SyntaxList<CSharpSyntaxNode>(token));
314
return new
SeparatedSyntaxList
<TNode>(new SyntaxList<CSharpSyntaxNode>(SyntaxList.List(node1, token, node2)));
321
return new
SeparatedSyntaxList
<TNode>(SyntaxList.List(nodes));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (30)
Generated\Syntax.Test.xml.Generated.cs (30)
23
=> InternalSyntaxFactory.TypeArgumentList(InternalSyntaxFactory.Token(SyntaxKind.LessThanToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.TypeSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.GreaterThanToken));
35
=> InternalSyntaxFactory.ArrayRankSpecifier(InternalSyntaxFactory.Token(SyntaxKind.OpenBracketToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ExpressionSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBracketToken));
44
=> InternalSyntaxFactory.FunctionPointerParameterList(InternalSyntaxFactory.Token(SyntaxKind.LessThanToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.FunctionPointerParameterSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.GreaterThanToken));
50
=> InternalSyntaxFactory.FunctionPointerUnmanagedCallingConventionList(InternalSyntaxFactory.Token(SyntaxKind.OpenBracketToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.FunctionPointerUnmanagedCallingConventionSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBracketToken));
59
=> InternalSyntaxFactory.TupleType(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.TupleElementSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
77
=> InternalSyntaxFactory.TupleExpression(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ArgumentSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
152
=> InternalSyntaxFactory.ArgumentList(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ArgumentSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
155
=> InternalSyntaxFactory.BracketedArgumentList(InternalSyntaxFactory.Token(SyntaxKind.OpenBracketToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ArgumentSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBracketToken));
185
=> InternalSyntaxFactory.InitializerExpression(SyntaxKind.ObjectInitializerExpression, InternalSyntaxFactory.Token(SyntaxKind.OpenBraceToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ExpressionSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBraceToken));
200
=> InternalSyntaxFactory.AnonymousObjectCreationExpression(InternalSyntaxFactory.Token(SyntaxKind.NewKeyword), InternalSyntaxFactory.Token(SyntaxKind.OpenBraceToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.AnonymousObjectMemberDeclaratorSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBraceToken));
236
=> InternalSyntaxFactory.OrderByClause(InternalSyntaxFactory.Token(SyntaxKind.OrderByKeyword), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.OrderingSyntax>());
278
=> InternalSyntaxFactory.PositionalPatternClause(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.SubpatternSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
281
=> InternalSyntaxFactory.PropertyPatternClause(InternalSyntaxFactory.Token(SyntaxKind.OpenBraceToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.SubpatternSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBraceToken));
305
=> InternalSyntaxFactory.ListPattern(InternalSyntaxFactory.Token(SyntaxKind.OpenBracketToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.PatternSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBracketToken), null);
335
=> InternalSyntaxFactory.VariableDeclaration(GenerateIdentifierName(), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.VariableDeclaratorSyntax>());
350
=> InternalSyntaxFactory.ParenthesizedVariableDesignation(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.VariableDesignationSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
386
=> InternalSyntaxFactory.ForStatement(new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.AttributeListSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.ForKeyword), InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), null, new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ExpressionSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.SemicolonToken), null, InternalSyntaxFactory.Token(SyntaxKind.SemicolonToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ExpressionSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken), GenerateBlock());
431
=> InternalSyntaxFactory.SwitchExpression(GenerateIdentifierName(), InternalSyntaxFactory.Token(SyntaxKind.SwitchKeyword), InternalSyntaxFactory.Token(SyntaxKind.OpenBraceToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.SwitchExpressionArmSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBraceToken));
467
=> InternalSyntaxFactory.AttributeList(InternalSyntaxFactory.Token(SyntaxKind.OpenBracketToken), null, new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.AttributeSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBracketToken));
476
=> InternalSyntaxFactory.AttributeArgumentList(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.AttributeArgumentSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
485
=> InternalSyntaxFactory.TypeParameterList(InternalSyntaxFactory.Token(SyntaxKind.LessThanToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.TypeParameterSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.GreaterThanToken));
503
=> InternalSyntaxFactory.EnumDeclaration(new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.AttributeListSyntax>(), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.SyntaxToken>(), InternalSyntaxFactory.Token(SyntaxKind.EnumKeyword), InternalSyntaxFactory.Identifier("Identifier"), null, null, new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.EnumMemberDeclarationSyntax>(), null, null);
512
=> InternalSyntaxFactory.BaseList(InternalSyntaxFactory.Token(SyntaxKind.ColonToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.BaseTypeSyntax>());
521
=> InternalSyntaxFactory.TypeParameterConstraintClause(InternalSyntaxFactory.Token(SyntaxKind.WhereKeyword), GenerateIdentifierName(), InternalSyntaxFactory.Token(SyntaxKind.ColonToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.TypeParameterConstraintSyntax>());
581
=> InternalSyntaxFactory.ParameterList(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ParameterSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
584
=> InternalSyntaxFactory.BracketedParameterList(InternalSyntaxFactory.Token(SyntaxKind.OpenBracketToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ParameterSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBracketToken));
620
=> InternalSyntaxFactory.CrefParameterList(InternalSyntaxFactory.Token(SyntaxKind.OpenParenToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.CrefParameterSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseParenToken));
623
=> InternalSyntaxFactory.CrefBracketedParameterList(InternalSyntaxFactory.Token(SyntaxKind.OpenBracketToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.CrefParameterSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.CloseBracketToken));
710
=> InternalSyntaxFactory.PragmaWarningDirectiveTrivia(InternalSyntaxFactory.Token(SyntaxKind.HashToken), InternalSyntaxFactory.Token(SyntaxKind.PragmaKeyword), InternalSyntaxFactory.Token(SyntaxKind.WarningKeyword), InternalSyntaxFactory.Token(SyntaxKind.DisableKeyword), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.ExpressionSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.EndOfDirectiveToken), new bool());
Microsoft.CodeAnalysis.VisualBasic (42)
Generated\Syntax.xml.Internal.Generated.vb (38)
807
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ImportsClauseSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ImportsClauseSyntax)(Me._importsClauses))
2429
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of TypeSyntax)(Me._types))
2554
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of TypeSyntax)(Me._types))
3510
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeParameterSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of TypeParameterSyntax)(Me._parameters))
3997
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ConstraintSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ConstraintSyntax)(Me._constraints))
5525
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ParameterSyntax)(Me._parameters))
7326
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of QualifiedNameSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of QualifiedNameSyntax)(Me._interfaceMembers))
7452
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of HandlesClauseItemSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of HandlesClauseItemSyntax)(Me._events))
8304
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of VariableDeclaratorSyntax)(Me._declarators))
8449
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ModifiedIdentifierSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ModifiedIdentifierSyntax)(Me._names))
8958
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of FieldInitializerSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of FieldInitializerSyntax)(Me._initializers))
10268
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AttributeSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of AttributeSyntax)(Me._attributes))
11629
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of VariableDeclaratorSyntax)(Me._declarators))
15803
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CaseClauseSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of CaseClauseSyntax)(Me._cases))
18083
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ExpressionSyntax)(Me._controlVariables))
18246
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of VariableDeclaratorSyntax)(Me._variables))
19358
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of RedimClauseSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of RedimClauseSyntax)(Me._clauses))
19604
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ExpressionSyntax)(Me._expressions))
20017
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of SimpleArgumentSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of SimpleArgumentSyntax)(Me._arguments))
20166
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TupleElementSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of TupleElementSyntax)(Me._elements))
22381
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ExpressionSyntax)(Me._initializers))
24247
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ArgumentSyntax)(Me._arguments))
25938
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of CollectionRangeVariableSyntax)(Me._variables))
26063
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ExpressionRangeVariableSyntax)(Me._variables))
26239
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of CollectionRangeVariableSyntax)(Me._variables))
26269
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of AggregationRangeVariableSyntax)(Me._aggregationVariables))
26944
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ExpressionRangeVariableSyntax)(Me._items))
26962
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ExpressionRangeVariableSyntax)(Me._keys))
26977
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of AggregationRangeVariableSyntax)(Me._aggregationVariables))
27147
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of CollectionRangeVariableSyntax)(Me._joinedVariables))
27178
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of JoinConditionSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of JoinConditionSyntax)(Me._joinConditions))
27514
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of AggregationRangeVariableSyntax)(Me._aggregationVariables))
27673
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of OrderingSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of OrderingSyntax)(Me._orderings))
27931
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of ExpressionRangeVariableSyntax)(Me._variables))
31556
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of TypeSyntax)(Me._arguments))
31855
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CrefSignaturePartSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of CrefSignaturePartSyntax)(Me._argumentTypes))
36247
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of IdentifierNameSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of IdentifierNameSyntax)(Me._errorCodes))
36389
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of IdentifierNameSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of IdentifierNameSyntax)(Me._errorCodes))
Parser\BlockContexts\SelectBlockContext.vb (1)
50
Dim caseStmt = SyntaxFactory.CaseStatement(InternalSyntaxFactory.MissingKeyword(SyntaxKind.CaseKeyword), New CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CaseClauseSyntax)())
Parser\ParseQuery.vb (3)
713
Predicate = New CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of JoinConditionSyntax)(missingEq)
716
Dim joinVarList = New CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)(joinVariable)
934
result = New CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of JoinConditionSyntax)(CType(New CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of JoinConditionSyntax)(CType(elements, GreenNode)), CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of GreenNode)))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (34)
Generated\Syntax.Test.xml.Generated.vb (34)
168
return InternalSyntax.SyntaxFactory.InheritsStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.InheritsKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
172
return InternalSyntax.SyntaxFactory.ImplementsStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.ImplementsKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
196
return InternalSyntax.SyntaxFactory.TypeParameterList(new InternalSyntax.PunctuationSyntax(SyntaxKind.OpenParenToken, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.OfKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.PunctuationSyntax(SyntaxKind.CloseParenToken, String.Empty, Nothing, Nothing))
208
return InternalSyntax.SyntaxFactory.TypeParameterMultipleConstraintClause(new InternalSyntax.KeywordSyntax(SyntaxKind.AsKeyword, String.Empty, Nothing, Nothing), new InternalSyntax.PunctuationSyntax(SyntaxKind.OpenBraceToken, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.PunctuationSyntax(SyntaxKind.CloseBraceToken, String.Empty, Nothing, Nothing))
340
return InternalSyntax.SyntaxFactory.ImplementsClause(new InternalSyntax.KeywordSyntax(SyntaxKind.ImplementsKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
344
return InternalSyntax.SyntaxFactory.HandlesClause(new InternalSyntax.KeywordSyntax(SyntaxKind.HandlesKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
368
return InternalSyntax.SyntaxFactory.FieldDeclaration(Nothing, Nothing, New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
372
return InternalSyntax.SyntaxFactory.VariableDeclarator(New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), Nothing, Nothing)
384
return InternalSyntax.SyntaxFactory.ObjectMemberInitializer(new InternalSyntax.KeywordSyntax(SyntaxKind.WithKeyword, String.Empty, Nothing, Nothing), new InternalSyntax.PunctuationSyntax(SyntaxKind.OpenBraceToken, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.PunctuationSyntax(SyntaxKind.CloseBraceToken, String.Empty, Nothing, Nothing))
456
return InternalSyntax.SyntaxFactory.LocalDeclarationStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.StaticKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
648
return InternalSyntax.SyntaxFactory.CaseStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.CaseKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
652
return InternalSyntax.SyntaxFactory.CaseElseStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.CaseKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
852
return InternalSyntax.SyntaxFactory.ReDimStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.ReDimKeyword, String.Empty, Nothing, Nothing), Nothing, New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
856
return InternalSyntax.SyntaxFactory.ReDimPreserveStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.ReDimKeyword, String.Empty, Nothing, Nothing), Nothing, New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
864
return InternalSyntax.SyntaxFactory.EraseStatement(new InternalSyntax.KeywordSyntax(SyntaxKind.EraseKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
900
return InternalSyntax.SyntaxFactory.TupleExpression(new InternalSyntax.PunctuationSyntax(SyntaxKind.OpenParenToken, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.PunctuationSyntax(SyntaxKind.CloseParenToken, String.Empty, Nothing, Nothing))
904
return InternalSyntax.SyntaxFactory.TupleType(new InternalSyntax.PunctuationSyntax(SyntaxKind.OpenParenToken, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.PunctuationSyntax(SyntaxKind.CloseParenToken, String.Empty, Nothing, Nothing))
1192
return InternalSyntax.SyntaxFactory.FromClause(new InternalSyntax.KeywordSyntax(SyntaxKind.FromKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1196
return InternalSyntax.SyntaxFactory.LetClause(new InternalSyntax.KeywordSyntax(SyntaxKind.LetKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1200
return InternalSyntax.SyntaxFactory.AggregateClause(new InternalSyntax.KeywordSyntax(SyntaxKind.AggregateKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), Nothing, new InternalSyntax.KeywordSyntax(SyntaxKind.IntoKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1228
return InternalSyntax.SyntaxFactory.GroupByClause(new InternalSyntax.KeywordSyntax(SyntaxKind.GroupKeyword, String.Empty, Nothing, Nothing), Nothing, new InternalSyntax.KeywordSyntax(SyntaxKind.ByKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.KeywordSyntax(SyntaxKind.IntoKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1236
return InternalSyntax.SyntaxFactory.SimpleJoinClause(new InternalSyntax.KeywordSyntax(SyntaxKind.JoinKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), Nothing, new InternalSyntax.KeywordSyntax(SyntaxKind.OnKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1240
return InternalSyntax.SyntaxFactory.GroupJoinClause(new InternalSyntax.KeywordSyntax(SyntaxKind.GroupKeyword, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.JoinKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), Nothing, new InternalSyntax.KeywordSyntax(SyntaxKind.OnKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.KeywordSyntax(SyntaxKind.IntoKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1244
return InternalSyntax.SyntaxFactory.OrderByClause(new InternalSyntax.KeywordSyntax(SyntaxKind.OrderKeyword, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.ByKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1256
return InternalSyntax.SyntaxFactory.SelectClause(new InternalSyntax.KeywordSyntax(SyntaxKind.SelectKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1360
return InternalSyntax.SyntaxFactory.TypeArgumentList(new InternalSyntax.PunctuationSyntax(SyntaxKind.OpenParenToken, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.OfKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.PunctuationSyntax(SyntaxKind.CloseParenToken, String.Empty, Nothing, Nothing))
1368
return InternalSyntax.SyntaxFactory.CrefSignature(new InternalSyntax.PunctuationSyntax(SyntaxKind.OpenParenToken, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)(), new InternalSyntax.PunctuationSyntax(SyntaxKind.CloseParenToken, String.Empty, Nothing, Nothing))
1536
return InternalSyntax.SyntaxFactory.EnableWarningDirectiveTrivia(new InternalSyntax.PunctuationSyntax(SyntaxKind.HashToken, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.EnableKeyword, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.WarningKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
1540
return InternalSyntax.SyntaxFactory.DisableWarningDirectiveTrivia(new InternalSyntax.PunctuationSyntax(SyntaxKind.HashToken, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.DisableKeyword, String.Empty, Nothing, Nothing), new InternalSyntax.KeywordSyntax(SyntaxKind.WarningKeyword, String.Empty, Nothing, Nothing), New Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)())
225 references to SeparatedSyntaxList
Microsoft.CodeAnalysis (20)
Syntax\InternalSyntax\GreenNodeExtensions.cs (2)
16
internal static
SeparatedSyntaxList
<T> ToGreenSeparatedList<T>(this SyntaxNode? node) where T : GreenNode
20
default(
SeparatedSyntaxList
<T>);
Syntax\InternalSyntax\SeparatedSyntaxList.cs (10)
10
internal readonly struct SeparatedSyntaxList<TNode> : IEquatable<
SeparatedSyntaxList
<TNode>> where TNode : GreenNode
78
public static bool operator ==(in
SeparatedSyntaxList
<TNode> left, in
SeparatedSyntaxList
<TNode> right)
83
public static bool operator !=(in
SeparatedSyntaxList
<TNode> left, in
SeparatedSyntaxList
<TNode> right)
88
public bool Equals(
SeparatedSyntaxList
<TNode> other)
95
return (obj is
SeparatedSyntaxList
<TNode>) && Equals((
SeparatedSyntaxList
<TNode>)obj);
103
public static implicit operator
SeparatedSyntaxList
<GreenNode>(
SeparatedSyntaxList
<TNode> list)
Syntax\InternalSyntax\SeparatedSyntaxListBuilder.cs (5)
86
public void AddRange(in
SeparatedSyntaxList
<TNode> nodes)
91
public void AddRange(in
SeparatedSyntaxList
<TNode> nodes, int count)
102
public
SeparatedSyntaxList
<TNode> ToList()
105
? default(
SeparatedSyntaxList
<TNode>)
123
public static implicit operator
SeparatedSyntaxList
<TNode>(in SeparatedSyntaxListBuilder<TNode> builder)
Syntax\InternalSyntax\SyntaxList`1.cs (1)
161
public
SeparatedSyntaxList
<TOther> AsSeparatedList<TOther>() where TOther : GreenNode
Syntax\InternalSyntax\SyntaxListPool.cs (2)
98
public
SeparatedSyntaxList
<TNode> ToListAndFree<TNode>(in SeparatedSyntaxListBuilder<TNode> item)
101
var
list = item.ToList();
Microsoft.CodeAnalysis.CSharp (46)
Declarations\DeclarationTreeBuilder.cs (3)
910
var
parameters = paramList.Parameters;
984
CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.VariableDeclaratorSyntax> fieldDeclarators =
995
CoreInternalSyntax.
SeparatedSyntaxList
<Syntax.InternalSyntax.VariableDeclaratorSyntax> eventDeclarators =
Parser\DirectiveParser.cs (2)
631
return SyntaxFactory.PragmaWarningDirectiveTrivia(hash, pragma, warning, style, default(
SeparatedSyntaxList
<ExpressionSyntax>), end, isActive);
677
return SyntaxFactory.PragmaWarningDirectiveTrivia(hash, pragma, warning, style, default(
SeparatedSyntaxList
<ExpressionSyntax>), eod, isActive);
Parser\LanguageParser.cs (30)
902
var
attributes = this.ParseCommaSeparatedSyntaxList(
957
var
argNodes = this.ParseCommaSeparatedSyntaxList(
3033
default(
SeparatedSyntaxList
<ParameterSyntax>),
4120
var
parameters = this.ParseParameterList(out var open, out var close, SyntaxKind.OpenParenToken, SyntaxKind.CloseParenToken);
4131
var
parameters = this.ParseParameterList(out var open, out var close, SyntaxKind.OpenBracketToken, SyntaxKind.CloseBracketToken);
4191
private
SeparatedSyntaxList
<ParameterSyntax> ParseParameterList(
4202
var
parameters = ParseCommaSeparatedSyntaxList(
5049
var
sizes = specifier.Sizes;
5234
var
members = default(
SeparatedSyntaxList
<EnumMemberDeclarationSyntax>);
5459
var
parameters = this.ParseCommaSeparatedSyntaxList(
8585
var
initializers = default(
SeparatedSyntaxList
<ExpressionSyntax>);
8586
var
incrementors = default(
SeparatedSyntaxList
<ExpressionSyntax>);
8691
private
SeparatedSyntaxList
<ExpressionSyntax> ParseForStatementExpressionList(ref SyntaxToken startToken)
9837
var
paramListSyntax = paramList.Parameters;
11029
arguments: out
SeparatedSyntaxList
<ArgumentSyntax> arguments,
11045
arguments: out
SeparatedSyntaxList
<ArgumentSyntax> arguments,
11054
out
SeparatedSyntaxList
<ArgumentSyntax> arguments,
11872
var
expressions = ParseCommaSeparatedSyntaxList(
11957
default(
SeparatedSyntaxList
<ArgumentSyntax>),
11997
var
list = this.ParseCommaSeparatedSyntaxList(
12023
var
initializers = this.ParseCommaSeparatedSyntaxList(
12041
static bool isObjectInitializer(
SeparatedSyntaxList
<ExpressionSyntax> initializers)
12130
var
initializers = this.ParseCommaSeparatedSyntaxList(
12196
var
list = this.ParseCommaSeparatedSyntaxList(
12469
var
nodes = ParseCommaSeparatedSyntaxList(
12985
/// <typeparam name="TNode">The type of node to return back in the <see cref="
SeparatedSyntaxList
{TNode}"/>.</typeparam>
13009
private
SeparatedSyntaxList
<TNode> ParseCommaSeparatedSyntaxList<TNode>(
Parser\LanguageParser_Patterns.cs (4)
286
var
subPatterns = this.ParseCommaSeparatedSyntaxList(
480
var
subPatterns = this.ParseCommaSeparatedSyntaxList(
558
private
SeparatedSyntaxList
<SwitchExpressionArmSyntax> ParseSwitchExpressionArms()
611
var
list = this.ParseCommaSeparatedSyntaxList(
Syntax\InternalSyntax\CSharpSyntaxRewriter.cs (2)
73
public
SeparatedSyntaxList
<TNode> VisitList<TNode>(
SeparatedSyntaxList
<TNode> list) where TNode : CSharpSyntaxNode
Syntax\InternalSyntax\SyntaxFactory.cs (5)
302
public static
SeparatedSyntaxList
<TNode> SeparatedList<TNode>(TNode node) where TNode : CSharpSyntaxNode
307
public static
SeparatedSyntaxList
<TNode> SeparatedList<TNode>(SyntaxToken token) where TNode : CSharpSyntaxNode
312
public static
SeparatedSyntaxList
<TNode> SeparatedList<TNode>(TNode node1, SyntaxToken token, TNode node2) where TNode : CSharpSyntaxNode
317
public static
SeparatedSyntaxList
<TNode> SeparatedList<TNode>(params CSharpSyntaxNode[] nodes) where TNode : CSharpSyntaxNode
324
return default(
SeparatedSyntaxList
<TNode>);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxNodeTests.cs (1)
3281
var
internalParameters = internalParameterList.Parameters;
Microsoft.CodeAnalysis.VisualBasic (158)
Generated\Syntax.xml.Internal.Generated.vb (122)
805
Friend ReadOnly Property ImportsClauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ImportsClauseSyntax)
2427
Friend ReadOnly Property Types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeSyntax)
2552
Friend ReadOnly Property Types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeSyntax)
3508
Friend ReadOnly Property Parameters As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeParameterSyntax)
3995
Friend ReadOnly Property Constraints As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ConstraintSyntax)
5523
Friend ReadOnly Property Parameters As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax)
7324
Friend ReadOnly Property InterfaceMembers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of QualifiedNameSyntax)
7450
Friend ReadOnly Property Events As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of HandlesClauseItemSyntax)
8302
Friend ReadOnly Property Declarators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax)
8447
Friend ReadOnly Property Names As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ModifiedIdentifierSyntax)
8956
Friend ReadOnly Property Initializers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of FieldInitializerSyntax)
10266
Friend ReadOnly Property Attributes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AttributeSyntax)
11627
Friend ReadOnly Property Declarators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax)
15801
Friend ReadOnly Property Cases As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CaseClauseSyntax)
18081
Friend ReadOnly Property ControlVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax)
18244
Friend ReadOnly Property Variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax)
19356
Friend ReadOnly Property Clauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of RedimClauseSyntax)
19602
Friend ReadOnly Property Expressions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax)
20015
Friend ReadOnly Property Arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of SimpleArgumentSyntax)
20164
Friend ReadOnly Property Elements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TupleElementSyntax)
22379
Friend ReadOnly Property Initializers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax)
24245
Friend ReadOnly Property Arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax)
25936
Friend ReadOnly Property Variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)
26061
Friend ReadOnly Property Variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)
26237
Friend ReadOnly Property Variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)
26267
Friend ReadOnly Property AggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)
26942
Friend ReadOnly Property Items As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)
26960
Friend ReadOnly Property Keys As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)
26975
Friend ReadOnly Property AggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)
27145
Friend ReadOnly Property JoinedVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)
27176
Friend ReadOnly Property JoinConditions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of JoinConditionSyntax)
27512
Friend ReadOnly Property AggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)
27671
Friend ReadOnly Property Orderings As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of OrderingSyntax)
27929
Friend ReadOnly Property Variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)
31554
Friend ReadOnly Property Arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TypeSyntax)
31853
Friend ReadOnly Property ArgumentTypes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CrefSignaturePartSyntax)
36245
Friend ReadOnly Property ErrorCodes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of IdentifierNameSyntax)
36387
Friend ReadOnly Property ErrorCodes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of IdentifierNameSyntax)
42791
Friend Shared Function ImportsStatement(importsKeyword As KeywordSyntax, importsClauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ImportsStatementSyntax
43096
Friend Shared Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As InheritsStatementSyntax
43123
Friend Shared Function ImplementsStatement(implementsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ImplementsStatementSyntax
43302
Friend Shared Function TypeParameterList(openParenToken As PunctuationSyntax, ofKeyword As KeywordSyntax, parameters As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TypeParameterListSyntax
43390
Friend Shared Function TypeParameterMultipleConstraintClause(asKeyword As KeywordSyntax, openBraceToken As PunctuationSyntax, constraints As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeBraceToken As PunctuationSyntax) As TypeParameterMultipleConstraintClauseSyntax
44021
Friend Shared Function ParameterList(openParenToken As PunctuationSyntax, parameters As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As ParameterListSyntax
44848
Friend Shared Function ImplementsClause(implementsKeyword As KeywordSyntax, interfaceMembers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ImplementsClauseSyntax
44876
Friend Shared Function HandlesClause(handlesKeyword As KeywordSyntax, events As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As HandlesClauseSyntax
45064
Friend Shared Function FieldDeclaration(attributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), modifiers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), declarators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As FieldDeclarationSyntax
45097
Friend Shared Function VariableDeclarator(names As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), asClause As AsClauseSyntax, initializer As EqualsValueSyntax) As VariableDeclaratorSyntax
45194
Friend Shared Function ObjectMemberInitializer(withKeyword As KeywordSyntax, openBraceToken As PunctuationSyntax, initializers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeBraceToken As PunctuationSyntax) As ObjectMemberInitializerSyntax
45411
Friend Shared Function AttributeList(lessThanToken As PunctuationSyntax, attributes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), greaterThanToken As PunctuationSyntax) As AttributeListSyntax
45711
Friend Shared Function LocalDeclarationStatement(modifiers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), declarators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As LocalDeclarationStatementSyntax
47220
Friend Shared Function CaseStatement(caseKeyword As KeywordSyntax, cases As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As CaseStatementSyntax
47250
Friend Shared Function CaseElseStatement(caseKeyword As KeywordSyntax, cases As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As CaseStatementSyntax
48353
Friend Shared Function NextStatement(nextKeyword As KeywordSyntax, controlVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As NextStatementSyntax
48387
Friend Shared Function UsingStatement(usingKeyword As KeywordSyntax, expression As ExpressionSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As UsingStatementSyntax
49062
Friend Shared Function ReDimStatement(reDimKeyword As KeywordSyntax, preserveKeyword As KeywordSyntax, clauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ReDimStatementSyntax
49093
Friend Shared Function ReDimPreserveStatement(reDimKeyword As KeywordSyntax, preserveKeyword As KeywordSyntax, clauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ReDimStatementSyntax
49148
Friend Shared Function EraseStatement(eraseKeyword As KeywordSyntax, expressions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As EraseStatementSyntax
49505
Friend Shared Function TupleExpression(openParenToken As PunctuationSyntax, arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TupleExpressionSyntax
49536
Friend Shared Function TupleType(openParenToken As PunctuationSyntax, elements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TupleTypeSyntax
50151
Friend Shared Function CollectionInitializer(openBraceToken As PunctuationSyntax, initializers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeBraceToken As PunctuationSyntax) As CollectionInitializerSyntax
51604
Friend Shared Function ArgumentList(openParenToken As PunctuationSyntax, arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As ArgumentListSyntax
51938
Friend Shared Function FromClause(fromKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As FromClauseSyntax
51965
Friend Shared Function LetClause(letKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As LetClauseSyntax
52001
Friend Shared Function AggregateClause(aggregateKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), additionalQueryOperators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As AggregateClauseSyntax
52272
Friend Shared Function GroupByClause(groupKeyword As KeywordSyntax, items As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), byKeyword As KeywordSyntax, keys As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As GroupByClauseSyntax
52331
Friend Shared Function SimpleJoinClause(joinKeyword As KeywordSyntax, joinedVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), additionalJoins As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), onKeyword As KeywordSyntax, joinConditions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As SimpleJoinClauseSyntax
52366
Friend Shared Function GroupJoinClause(groupKeyword As KeywordSyntax, joinKeyword As KeywordSyntax, joinedVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), additionalJoins As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), onKeyword As KeywordSyntax, joinConditions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As GroupJoinClauseSyntax
52387
Friend Shared Function OrderByClause(orderKeyword As KeywordSyntax, byKeyword As KeywordSyntax, orderings As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As OrderByClauseSyntax
52508
Friend Shared Function SelectClause(selectKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As SelectClauseSyntax
53089
Friend Shared Function TypeArgumentList(openParenToken As PunctuationSyntax, ofKeyword As KeywordSyntax, arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TypeArgumentListSyntax
53123
Friend Shared Function CrefSignature(openParenToken As PunctuationSyntax, argumentTypes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As CrefSignatureSyntax
53954
Friend Shared Function EnableWarningDirectiveTrivia(hashToken As PunctuationSyntax, enableKeyword As KeywordSyntax, warningKeyword As KeywordSyntax, errorCodes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As EnableWarningDirectiveTriviaSyntax
53968
Friend Shared Function DisableWarningDirectiveTrivia(hashToken As PunctuationSyntax, disableKeyword As KeywordSyntax, warningKeyword As KeywordSyntax, errorCodes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As DisableWarningDirectiveTriviaSyntax
54869
Friend Function ImportsStatement(importsKeyword As KeywordSyntax, importsClauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ImportsStatementSyntax
55174
Friend Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As InheritsStatementSyntax
55201
Friend Function ImplementsStatement(implementsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ImplementsStatementSyntax
55380
Friend Function TypeParameterList(openParenToken As PunctuationSyntax, ofKeyword As KeywordSyntax, parameters As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TypeParameterListSyntax
55468
Friend Function TypeParameterMultipleConstraintClause(asKeyword As KeywordSyntax, openBraceToken As PunctuationSyntax, constraints As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeBraceToken As PunctuationSyntax) As TypeParameterMultipleConstraintClauseSyntax
56099
Friend Function ParameterList(openParenToken As PunctuationSyntax, parameters As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As ParameterListSyntax
56926
Friend Function ImplementsClause(implementsKeyword As KeywordSyntax, interfaceMembers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ImplementsClauseSyntax
56954
Friend Function HandlesClause(handlesKeyword As KeywordSyntax, events As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As HandlesClauseSyntax
57142
Friend Function FieldDeclaration(attributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), modifiers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), declarators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As FieldDeclarationSyntax
57175
Friend Function VariableDeclarator(names As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), asClause As AsClauseSyntax, initializer As EqualsValueSyntax) As VariableDeclaratorSyntax
57272
Friend Function ObjectMemberInitializer(withKeyword As KeywordSyntax, openBraceToken As PunctuationSyntax, initializers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeBraceToken As PunctuationSyntax) As ObjectMemberInitializerSyntax
57489
Friend Function AttributeList(lessThanToken As PunctuationSyntax, attributes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), greaterThanToken As PunctuationSyntax) As AttributeListSyntax
57789
Friend Function LocalDeclarationStatement(modifiers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), declarators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As LocalDeclarationStatementSyntax
59298
Friend Function CaseStatement(caseKeyword As KeywordSyntax, cases As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As CaseStatementSyntax
59328
Friend Function CaseElseStatement(caseKeyword As KeywordSyntax, cases As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As CaseStatementSyntax
60431
Friend Function NextStatement(nextKeyword As KeywordSyntax, controlVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As NextStatementSyntax
60465
Friend Function UsingStatement(usingKeyword As KeywordSyntax, expression As ExpressionSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As UsingStatementSyntax
61140
Friend Function ReDimStatement(reDimKeyword As KeywordSyntax, preserveKeyword As KeywordSyntax, clauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ReDimStatementSyntax
61171
Friend Function ReDimPreserveStatement(reDimKeyword As KeywordSyntax, preserveKeyword As KeywordSyntax, clauses As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As ReDimStatementSyntax
61226
Friend Function EraseStatement(eraseKeyword As KeywordSyntax, expressions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As EraseStatementSyntax
61583
Friend Function TupleExpression(openParenToken As PunctuationSyntax, arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TupleExpressionSyntax
61614
Friend Function TupleType(openParenToken As PunctuationSyntax, elements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TupleTypeSyntax
62229
Friend Function CollectionInitializer(openBraceToken As PunctuationSyntax, initializers As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeBraceToken As PunctuationSyntax) As CollectionInitializerSyntax
63682
Friend Function ArgumentList(openParenToken As PunctuationSyntax, arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As ArgumentListSyntax
64016
Friend Function FromClause(fromKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As FromClauseSyntax
64043
Friend Function LetClause(letKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As LetClauseSyntax
64079
Friend Function AggregateClause(aggregateKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), additionalQueryOperators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As AggregateClauseSyntax
64350
Friend Function GroupByClause(groupKeyword As KeywordSyntax, items As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), byKeyword As KeywordSyntax, keys As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As GroupByClauseSyntax
64409
Friend Function SimpleJoinClause(joinKeyword As KeywordSyntax, joinedVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), additionalJoins As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), onKeyword As KeywordSyntax, joinConditions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As SimpleJoinClauseSyntax
64444
Friend Function GroupJoinClause(groupKeyword As KeywordSyntax, joinKeyword As KeywordSyntax, joinedVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), additionalJoins As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), onKeyword As KeywordSyntax, joinConditions As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As GroupJoinClauseSyntax
64465
Friend Function OrderByClause(orderKeyword As KeywordSyntax, byKeyword As KeywordSyntax, orderings As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As OrderByClauseSyntax
64586
Friend Function SelectClause(selectKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As SelectClauseSyntax
65167
Friend Function TypeArgumentList(openParenToken As PunctuationSyntax, ofKeyword As KeywordSyntax, arguments As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As TypeArgumentListSyntax
65201
Friend Function CrefSignature(openParenToken As PunctuationSyntax, argumentTypes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode), closeParenToken As PunctuationSyntax) As CrefSignatureSyntax
66032
Friend Function EnableWarningDirectiveTrivia(hashToken As PunctuationSyntax, enableKeyword As KeywordSyntax, warningKeyword As KeywordSyntax, errorCodes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As EnableWarningDirectiveTriviaSyntax
66046
Friend Function DisableWarningDirectiveTrivia(hashToken As PunctuationSyntax, disableKeyword As KeywordSyntax, warningKeyword As KeywordSyntax, errorCodes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(of GreenNode)) As DisableWarningDirectiveTriviaSyntax
Parser\ParseExpression.vb (4)
1313
Dim arguments As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax) = Nothing
1390
Private Function ParseArguments(ByRef unexpected As GreenNode, Optional RedimOrNewParent As Boolean = False, Optional attributeListParent As Boolean = False) As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax)
1669
Dim params As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax) = Nothing
1867
Private Function ParseVariableList() As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax)
Parser\ParseQuery.vb (14)
50
Private Function ParseSelectList() As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)
238
IsGroupJoinProjection As Boolean) As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)
284
Private Function ParseLetList() As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax)
406
Private Function ParseFromControlVars() As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CollectionRangeVariableSyntax)
639
Dim elements As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax) = Nothing
646
Dim keys As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ExpressionRangeVariableSyntax) = Nothing
659
Dim Aggregation As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax) = Nothing
671
Private Function MissingAggregationRangeVariables() As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax)
674
Dim result As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax) = rangeVariables.ToList
705
Dim Predicate As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of JoinConditionSyntax) = Nothing
724
Dim Aggregation As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax) = Nothing
858
Private Function ParseJoinPredicateExpression() As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of JoinConditionSyntax)
968
Private Function ParseOrderByList() As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of OrderingSyntax)
1213
Dim variables As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of AggregationRangeVariableSyntax) = Nothing
Parser\Parser.vb (13)
2108
Private Function ParseVariableDeclaration(allowAsNewWith As Boolean) As CoreInternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax)
2365
Dim initializers As CoreInternalSyntax.
SeparatedSyntaxList
(Of ExpressionSyntax) = Nothing
2461
Dim initializers As CoreInternalSyntax.
SeparatedSyntaxList
(Of FieldInitializerSyntax) = Nothing
3097
Dim typeArguments As CoreInternalSyntax.
SeparatedSyntaxList
(Of TypeSyntax)
3179
Dim arguments As CoreInternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax) = Nothing
3232
Dim arguments As CoreInternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax)
3338
Private Function ParseArgumentList() As CoreInternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax)
3404
Dim parameters As CoreInternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax) = Nothing
3970
Dim params As CoreInternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax) = Nothing
4132
Dim propertyParameters As CoreInternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax) = Nothing
4472
Private Function ParseParameters(ByRef openParen As PunctuationSyntax, ByRef closeParen As PunctuationSyntax) As CoreInternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax)
5277
Dim parameters As CoreInternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax)
5341
Dim parameters As CoreInternalSyntax.
SeparatedSyntaxList
(Of ParameterSyntax) = Nothing
Parser\ParseStatement.vb (2)
1644
Dim arguments As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of ArgumentSyntax) = argumentsBuilder.ToList
1794
Dim variables As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of VariableDeclaratorSyntax) = Nothing
Parser\ParseXml.vb (1)
1222
Dim typeArguments As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of CrefSignaturePartSyntax) = signatureTypes.ToList
Syntax\InternalSyntax\VisualBasicSyntaxRewriter.vb (2)
48
Public Function VisitList(Of TNode As VisualBasicSyntaxNode)(list As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TNode)) As CodeAnalysis.Syntax.InternalSyntax.
SeparatedSyntaxList
(Of TNode)