20 references to XmlCommentSyntax
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Expressions.vb (1)
230
Return BindXmlComment(DirectCast(node,
XmlCommentSyntax
), rootInfoOpt:=Nothing, diagnostics:=diagnostics)
Binding\Binder_XmlLiterals.vb (2)
16
syntax As
XmlCommentSyntax
,
613
Return BindXmlComment(DirectCast(syntax,
XmlCommentSyntax
), rootInfoOpt, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (5)
617
Public Overridable Function VisitXmlComment(ByVal node As
XmlCommentSyntax
) As TResult
1352
Public Overridable Sub VisitXmlComment(ByVal node As
XmlCommentSyntax
)
4943
Public Overrides Function VisitXmlComment(ByVal node As
XmlCommentSyntax
) As SyntaxNode
40698
Public Shared Function XmlComment(lessThanExclamationMinusMinusToken As SyntaxToken, textTokens As SyntaxTokenList, minusMinusGreaterThanToken As SyntaxToken) As
XmlCommentSyntax
40717
Public Shared Function XmlComment() As
XmlCommentSyntax
Generated\Syntax.xml.Syntax.Generated.vb (5)
32258
Public Shadows Function WithLessThanExclamationMinusMinusToken(lessThanExclamationMinusMinusToken as SyntaxToken) As
XmlCommentSyntax
32277
Public Shadows Function WithTextTokens(textTokens as SyntaxTokenList) As
XmlCommentSyntax
32281
Public Shadows Function AddTextTokens(ParamArray items As SyntaxToken()) As
XmlCommentSyntax
32296
Public Shadows Function WithMinusMinusGreaterThanToken(minusMinusGreaterThanToken as SyntaxToken) As
XmlCommentSyntax
32336
Public Function Update(lessThanExclamationMinusMinusToken As SyntaxToken, textTokens As SyntaxTokenList, minusMinusGreaterThanToken As SyntaxToken) As
XmlCommentSyntax
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Highlighting\KeywordHighlighters\XmlCommentHighlighter.vb (2)
15
Inherits AbstractKeywordHighlighter(Of
XmlCommentSyntax
)
22
Protected Overloads Overrides Sub addHighlights(xmlComment As
XmlCommentSyntax
, highlights As List(Of TextSpan), cancellationToken As CancellationToken)
Structure\VisualBasicBlockStructureProvider.vb (1)
50
builder.Add(Of
XmlCommentSyntax
, XmlExpressionStructureProvider)()
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
Classification\Worker.DocumentationCommentClassifier.vb (2)
52
ClassifyComment(DirectCast(node,
XmlCommentSyntax
))
327
Private Sub ClassifyComment(node As
XmlCommentSyntax
)
Classification\Worker.XmlClassifier.vb (2)
73
ClassifyXmlComment(DirectCast(node,
XmlCommentSyntax
))
175
Private Sub ClassifyXmlComment(node As
XmlCommentSyntax
)