2 overrides of GetChildPosition
Microsoft.CodeAnalysis (2)
Syntax\SyntaxList.SeparatedWithManyChildren.cs (1)
41
internal override int
GetChildPosition
(int index)
Syntax\SyntaxList.WithManyWeakChildren.cs (1)
40
internal override int
GetChildPosition
(int index)
236 references to GetChildPosition
Microsoft.CodeAnalysis (9)
Syntax\ChildSyntaxList.cs (1)
150
position = red.
GetChildPosition
(idx);
Syntax\SeparatedSyntaxList.cs (1)
125
return new SyntaxToken(node.Parent, green, node.
GetChildPosition
(index), _list.index + index);
Syntax\SyntaxList.SeparatedWithManyChildren.cs (1)
57
return base.
GetChildPosition
(index);
Syntax\SyntaxNode.cs (5)
144
Interlocked.CompareExchange(ref field, green.CreateRed(this, this.
GetChildPosition
(slot)), null);
179
Interlocked.CompareExchange(ref field, (T)green.CreateRed(this, this.
GetChildPosition
(slot)), null);
220
Interlocked.CompareExchange(ref element, green.CreateRed(this.Parent, this.
GetChildPosition
(slot)), null);
242
Interlocked.CompareExchange(ref element, green.CreateRed(this.Parent, this.
GetChildPosition
(1)), null);
265
var newNode = greenChild.CreateRed(this.Parent,
GetChildPosition
(index));
Syntax\SyntaxNodeOrTokenList.cs (1)
119
return new SyntaxToken(this.Parent, green, _node.
GetChildPosition
(index), this.index + index);
Microsoft.CodeAnalysis.VisualBasic (227)
Generated\Syntax.xml.Syntax.Generated.vb (227)
316
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)._blockKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
519
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CompilationUnitSyntax)._endOfFileToken, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
651
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OptionStatementSyntax)._nameKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
675
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
1043
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ImportAliasClauseSyntax)._equalsToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
1162
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNamespaceImportsClauseSyntax)._greaterThanToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
3079
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
3108
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeStatementSyntax)._identifier, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
3229
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
3265
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ModuleStatementSyntax)._moduleKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
3283
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ModuleStatementSyntax)._identifier, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
3481
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
3517
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.StructureStatementSyntax)._structureKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
3535
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.StructureStatementSyntax)._identifier, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
3733
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
3769
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterfaceStatementSyntax)._interfaceKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
3787
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterfaceStatementSyntax)._identifier, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
3985
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
4021
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ClassStatementSyntax)._classKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
4039
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ClassStatementSyntax)._identifier, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
4227
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
4251
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EnumStatementSyntax)._enumKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
4269
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EnumStatementSyntax)._identifier, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
4415
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeParameterListSyntax)._ofKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
4460
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeParameterListSyntax)._closeParenToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
4585
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeParameterSyntax)._identifier, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
4852
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeParameterMultipleConstraintClauseSyntax)._openBraceToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
4897
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeParameterMultipleConstraintClauseSyntax)._closeBraceToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
5211
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EnumMemberDeclarationSyntax)._identifier, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
6381
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
6512
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ParameterListSyntax)._closeParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
6662
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
6698
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.MethodStatementSyntax)._subOrFunctionKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
6716
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.MethodStatementSyntax)._identifier, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
7042
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
7078
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SubNewStatementSyntax)._subKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
7096
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SubNewStatementSyntax)._newKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
7291
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
7327
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DeclareStatementSyntax)._declareKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
7351
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
7371
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DeclareStatementSyntax)._subOrFunctionKeyword, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
7389
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DeclareStatementSyntax)._identifier, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
7407
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DeclareStatementSyntax)._libKeyword, Me.
GetChildPosition
(6), Me.GetChildIndex(6))
7448
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(8), Me.GetChildIndex(8))
7723
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
7759
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DelegateStatementSyntax)._delegateKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
7777
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DelegateStatementSyntax)._subOrFunctionKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
7795
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DelegateStatementSyntax)._identifier, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
8059
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
8100
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
8120
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EventStatementSyntax)._eventKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
8138
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EventStatementSyntax)._identifier, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
8399
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
8435
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OperatorStatementSyntax)._operatorKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
8453
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OperatorStatementSyntax)._operatorToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
8679
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
8715
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PropertyStatementSyntax)._propertyKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
8733
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PropertyStatementSyntax)._identifier, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
9023
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
9060
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AccessorStatementSyntax)._accessorKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
9647
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.WithEventsPropertyEventContainerSyntax)._dotToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
9787
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.HandlesClauseItemSyntax)._dotToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
9940
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
9970
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
10105
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
10749
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ObjectMemberInitializerSyntax)._openBraceToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
10793
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ObjectMemberInitializerSyntax)._closeBraceToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
11217
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NamedFieldInitializerSyntax)._dotToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
11252
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NamedFieldInitializerSyntax)._equalsToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
11523
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
11730
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
11911
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
11935
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ArrayRankSpecifierSyntax)._closeParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
12074
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AttributeListSyntax)._greaterThanToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
12341
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AttributeTargetSyntax)._colonToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
13482
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.LabelStatementSyntax)._colonToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
13886
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExitStatementSyntax)._blockKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
13999
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ContinueStatementSyntax)._blockKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
14243
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SingleLineIfStatementSyntax)._thenKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
14789
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
15053
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
16406
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OnErrorGoToStatementSyntax)._errorKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
16424
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OnErrorGoToStatementSyntax)._goToKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
16447
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
16588
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OnErrorResumeNextStatementSyntax)._errorKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
16606
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OnErrorResumeNextStatementSyntax)._resumeKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
16624
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OnErrorResumeNextStatementSyntax)._nextKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
17015
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
17594
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.RangeCaseClauseSyntax)._toKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
17743
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.RelationalCaseClauseSyntax)._operatorToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
19174
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForStatementSyntax)._equalsToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
19210
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForStatementSyntax)._toKeyword, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
19512
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForEachStatementSyntax)._eachKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
19559
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ForEachStatementSyntax)._inKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
20107
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AssignmentStatementSyntax)._operatorToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
20493
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AddRemoveHandlerStatementSyntax)._commaToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
20899
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
21420
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ParenthesizedExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
21560
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TupleExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
21700
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TupleTypeSyntax)._closeParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
22343
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GetTypeExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
22378
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GetTypeExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
22515
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeOfExpressionSyntax)._operatorToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
22656
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GetXmlNamespaceExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
22694
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GetXmlNamespaceExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
22817
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.MemberAccessExpressionSyntax)._operatorToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
22962
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlMemberAccessExpressionSyntax)._token1, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
22984
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
23008
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
24046
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CollectionInitializerSyntax)._closeBraceToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
24162
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CastExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
24208
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CastExpressionSyntax)._commaToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
24253
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CastExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
24319
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CTypeExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
24371
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CTypeExpressionSyntax)._commaToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
24422
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CTypeExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
24561
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DirectCastExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
24613
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DirectCastExpressionSyntax)._commaToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
24664
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DirectCastExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
24803
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TryCastExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
24855
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TryCastExpressionSyntax)._commaToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
24906
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TryCastExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
25042
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PredefinedCastExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
25078
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PredefinedCastExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
25217
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BinaryExpressionSyntax)._operatorToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
25474
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BinaryConditionalExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
25510
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BinaryConditionalExpressionSyntax)._commaToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
25546
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BinaryConditionalExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
25676
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
25712
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax)._firstCommaToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
25748
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax)._secondCommaToken, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
25784
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(7), Me.GetChildIndex(7))
26284
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
26320
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.LambdaHeaderSyntax)._subOrFunctionKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
26542
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ArgumentListSyntax)._closeParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
26874
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NameColonEqualsSyntax)._colonEqualsToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
26987
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.RangeArgumentSyntax)._toKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
27258
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CollectionRangeVariableSyntax)._inKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
27668
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.VariableNameEqualsSyntax)._equalsToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
27808
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
27854
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
28352
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.AggregateClauseSyntax)._intoKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
28702
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PartitionWhileClauseSyntax)._whileKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
28982
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GroupByClauseSyntax)._byKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
29022
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GroupByClauseSyntax)._intoKeyword, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
29239
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.JoinClauseSyntax)._onKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
29329
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.JoinConditionSyntax)._equalsKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
29543
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.SimpleJoinClauseSyntax)._onKeyword, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
29714
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GroupJoinClauseSyntax)._joinKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
29812
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GroupJoinClauseSyntax)._onKeyword, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
29873
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GroupJoinClauseSyntax)._intoKeyword, Me.
GetChildPosition
(6), Me.GetChildIndex(6))
30040
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.OrderByClauseSyntax)._byKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
30188
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
30607
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlDeclarationSyntax)._xmlKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
30673
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlDeclarationSyntax)._questionGreaterThanToken, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
30798
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlDeclarationOptionSyntax)._equals, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
31189
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlElementStartTagSyntax)._greaterThanToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
31321
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlElementEndTagSyntax)._greaterThanToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
31467
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlEmptyElementSyntax)._slashGreaterThanToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
31582
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlAttributeSyntax)._equalsToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
31728
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
31749
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlStringSyntax)._endQuoteToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
31936
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNameSyntax)._localName, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
32057
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlBracketedNameSyntax)._greaterThanToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
32163
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlPrefixSyntax)._colonToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
32266
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
32287
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlCommentSyntax)._minusMinusGreaterThanToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
32391
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlProcessingInstructionSyntax)._name, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
32407
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
32428
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlProcessingInstructionSyntax)._questionGreaterThanToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
32536
return new SyntaxTokenList(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
32557
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlCDataSectionSyntax)._endCDataToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
32677
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlEmbeddedExpressionSyntax)._percentGreaterThanToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
32931
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NullableTypeSyntax)._questionMarkToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
33398
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.QualifiedNameSyntax)._dotToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
33617
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeArgumentListSyntax)._ofKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
33661
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeArgumentListSyntax)._closeParenToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
33940
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CrefSignatureSyntax)._closeParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
34155
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.CrefOperatorReferenceSyntax)._operatorToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
34253
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.QualifiedCrefOperatorReferenceSyntax)._dotToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
34800
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlCrefAttributeSyntax)._equalsToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
34815
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlCrefAttributeSyntax)._startQuoteToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
34845
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlCrefAttributeSyntax)._endQuoteToken, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
34965
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNameAttributeSyntax)._equalsToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
34980
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNameAttributeSyntax)._startQuoteToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
35010
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlNameAttributeSyntax)._endQuoteToken, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
35138
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ConditionalAccessExpressionSyntax)._questionMarkToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
35275
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NameOfExpressionSyntax)._openParenToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
35311
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.NameOfExpressionSyntax)._closeParenToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
35451
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterpolatedStringExpressionSyntax)._doubleQuoteToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
35727
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterpolationSyntax)._closeBraceToken, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
35966
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InterpolationFormatClauseSyntax)._formatStringToken, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
36120
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ConstDirectiveTriviaSyntax)._constKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
36138
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ConstDirectiveTriviaSyntax)._name, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
36155
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ConstDirectiveTriviaSyntax)._equalsToken, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
36305
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
36322
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.IfDirectiveTriviaSyntax)._ifOrElseIfKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
36357
return new SyntaxToken(Me, slot, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
36486
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ElseDirectiveTriviaSyntax)._elseKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
36597
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndIfDirectiveTriviaSyntax)._endKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
36612
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndIfDirectiveTriviaSyntax)._ifKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
36729
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.RegionDirectiveTriviaSyntax)._regionKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
36747
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.RegionDirectiveTriviaSyntax)._name, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
36863
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndRegionDirectiveTriviaSyntax)._endKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
36881
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndRegionDirectiveTriviaSyntax)._regionKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
36996
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalSourceDirectiveTriviaSyntax)._externalSourceKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
37011
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalSourceDirectiveTriviaSyntax)._openParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
37026
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalSourceDirectiveTriviaSyntax)._externalSource, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
37041
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalSourceDirectiveTriviaSyntax)._commaToken, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
37056
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalSourceDirectiveTriviaSyntax)._lineStart, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
37071
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalSourceDirectiveTriviaSyntax)._closeParenToken, Me.
GetChildPosition
(6), Me.GetChildIndex(6))
37197
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndExternalSourceDirectiveTriviaSyntax)._endKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
37212
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndExternalSourceDirectiveTriviaSyntax)._externalSourceKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
37326
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._externalChecksumKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
37341
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._openParenToken, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
37356
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._externalSource, Me.
GetChildPosition
(3), Me.GetChildIndex(3))
37371
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._firstCommaToken, Me.
GetChildPosition
(4), Me.GetChildIndex(4))
37386
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._guid, Me.
GetChildPosition
(5), Me.GetChildIndex(5))
37400
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._secondCommaToken, Me.
GetChildPosition
(6), Me.GetChildIndex(6))
37415
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._checksum, Me.
GetChildPosition
(7), Me.GetChildIndex(7))
37430
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExternalChecksumDirectiveTriviaSyntax)._closeParenToken, Me.
GetChildPosition
(8), Me.GetChildIndex(8))
37563
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EnableWarningDirectiveTriviaSyntax)._enableKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
37578
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EnableWarningDirectiveTriviaSyntax)._warningKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
37723
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DisableWarningDirectiveTriviaSyntax)._disableKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
37738
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DisableWarningDirectiveTriviaSyntax)._warningKeyword, Me.
GetChildPosition
(2), Me.GetChildIndex(2))
37882
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ReferenceDirectiveTriviaSyntax)._referenceKeyword, Me.
GetChildPosition
(1), Me.GetChildIndex(1))
37897
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ReferenceDirectiveTriviaSyntax)._file, Me.
GetChildPosition
(2), Me.GetChildIndex(2))