8 instantiations of EndIfDirectiveTriviaSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
35284
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
EndIfDirectiveTriviaSyntax
(o)
35294
ObjectBinder.RegisterTypeReader(GetType(EndIfDirectiveTriviaSyntax), Function(r) New
EndIfDirectiveTriviaSyntax
(r))
35329
Return new
EndIfDirectiveTriviaSyntax
(Me.Kind, newErrors, GetAnnotations, _hashToken, _endKeyword, _ifKeyword)
35333
Return new
EndIfDirectiveTriviaSyntax
(Me.Kind, GetDiagnostics, annotations, _hashToken, _endKeyword, _ifKeyword)
41752
Return New
EndIfDirectiveTriviaSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newHashToken, newEndKeyword, newIfKeyword)
53851
Return New
EndIfDirectiveTriviaSyntax
(SyntaxKind.EndIfDirectiveTrivia, hashToken, endKeyword, ifKeyword)
65929
Return New
EndIfDirectiveTriviaSyntax
(SyntaxKind.EndIfDirectiveTrivia, hashToken, endKeyword, ifKeyword, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
36566
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
EndIfDirectiveTriviaSyntax
(kind, errors, annotations, hashToken, endKeyword, ifKeyword), Nothing, 0)
9 references to EndIfDirectiveTriviaSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (5)
35294
ObjectBinder.RegisterTypeReader(GetType(
EndIfDirectiveTriviaSyntax
), Function(r) New EndIfDirectiveTriviaSyntax(r))
37696
Public Overridable Function VisitEndIfDirectiveTrivia(ByVal node As
EndIfDirectiveTriviaSyntax
) As VisualBasicSyntaxNode
41741
Public Overrides Function VisitEndIfDirectiveTrivia(ByVal node As
EndIfDirectiveTriviaSyntax
) As VisualBasicSyntaxNode
53847
Friend Shared Function EndIfDirectiveTrivia(hashToken As PunctuationSyntax, endKeyword As KeywordSyntax, ifKeyword As KeywordSyntax) As
EndIfDirectiveTriviaSyntax
65925
Friend Function EndIfDirectiveTrivia(hashToken As PunctuationSyntax, endKeyword As KeywordSyntax, ifKeyword As KeywordSyntax) As
EndIfDirectiveTriviaSyntax
Generated\Syntax.xml.Syntax.Generated.vb (3)
36574
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
EndIfDirectiveTriviaSyntax
)._hashToken, Me.Position, 0)
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))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1519
Private Shared Function GenerateGreenEndIfDirectiveTrivia() As InternalSyntax.
EndIfDirectiveTriviaSyntax