8 instantiations of XmlCommentSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
30071
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
XmlCommentSyntax
(o)
30082
ObjectBinder.RegisterTypeReader(GetType(XmlCommentSyntax), Function(r) New
XmlCommentSyntax
(r))
30123
Return new
XmlCommentSyntax
(Me.Kind, newErrors, GetAnnotations, _lessThanExclamationMinusMinusToken, _textTokens, _minusMinusGreaterThanToken)
30127
Return new
XmlCommentSyntax
(Me.Kind, GetDiagnostics, annotations, _lessThanExclamationMinusMinusToken, _textTokens, _minusMinusGreaterThanToken)
41209
Return New
XmlCommentSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newLessThanExclamationMinusMinusToken, newTextTokens.Node, newMinusMinusGreaterThanToken)
52813
Dim result = New
XmlCommentSyntax
(SyntaxKind.XmlComment, lessThanExclamationMinusMinusToken, textTokens.Node, minusMinusGreaterThanToken)
64891
Dim result = New
XmlCommentSyntax
(SyntaxKind.XmlComment, lessThanExclamationMinusMinusToken, textTokens.Node, minusMinusGreaterThanToken, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
32244
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlCommentSyntax
(kind, errors, annotations, lessThanExclamationMinusMinusToken, textTokens, minusMinusGreaterThanToken), Nothing, 0)
11 references to XmlCommentSyntax
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\Syntax.xml.Internal.Generated.vb (7)
30082
ObjectBinder.RegisterTypeReader(GetType(
XmlCommentSyntax
), Function(r) New XmlCommentSyntax(r))
37540
Public Overridable Function VisitXmlComment(ByVal node As
XmlCommentSyntax
) As VisualBasicSyntaxNode
41198
Public Overrides Function VisitXmlComment(ByVal node As
XmlCommentSyntax
) As VisualBasicSyntaxNode
52803
Friend Shared Function XmlComment(lessThanExclamationMinusMinusToken As PunctuationSyntax, textTokens As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), minusMinusGreaterThanToken As PunctuationSyntax) As
XmlCommentSyntax
52810
Return DirectCast(cached,
XmlCommentSyntax
)
64881
Friend Function XmlComment(lessThanExclamationMinusMinusToken As PunctuationSyntax, textTokens As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), minusMinusGreaterThanToken As PunctuationSyntax) As
XmlCommentSyntax
64888
Return DirectCast(cached,
XmlCommentSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (3)
32249
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlCommentSyntax
)._lessThanExclamationMinusMinusToken, Me.Position, 0)
32264
Dim slot = DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlCommentSyntax
)._textTokens
32287
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlCommentSyntax
)._minusMinusGreaterThanToken, Me.GetChildPosition(2), Me.GetChildIndex(2))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1315
Private Shared Function GenerateGreenXmlComment() As InternalSyntax.
XmlCommentSyntax