11 references to StartQuoteToken
Microsoft.CodeAnalysis.VisualBasic (6)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
248
VisitToken(str.
StartQuoteToken
)
Generated\Syntax.xml.Main.Generated.vb (2)
4869
Dim newStartQuoteToken = DirectCast(VisitToken(node.
StartQuoteToken
).Node, InternalSyntax.PunctuationSyntax)
4870
If node.
StartQuoteToken
.Node IsNot newStartQuoteToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
31740
return Update(Me.
StartQuoteToken
, textTokens, Me.EndQuoteToken)
31759
return Update(Me.
StartQuoteToken
, Me.TextTokens, endQuoteToken)
31799
If startQuoteToken <> Me.
StartQuoteToken
OrElse textTokens <> Me.TextTokens OrElse endQuoteToken <> Me.EndQuoteToken Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\CompletionProviders\CrefCompletionProvider.vb (1)
144
If xmlName?.LocalName.ValueText = "cref" AndAlso xmlValue?.
StartQuoteToken
= token Then
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (1)
270
If (targetToken.IsChildToken(Function(s As XmlStringSyntax) s.
StartQuoteToken
) AndAlso targetToken.Parent.IsParentKind(SyntaxKind.XmlAttribute)) OrElse
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Classification\Worker.DocumentationCommentClassifier.vb (2)
267
AddXmlClassification(node.
StartQuoteToken
, ClassificationTypeNames.XmlDocCommentAttributeQuotes)
322
AddXmlClassification(node.
StartQuoteToken
, ClassificationTypeNames.XmlDocCommentAttributeQuotes)
Classification\Worker.XmlClassifier.vb (1)
150
AddTokenClassification(node.
StartQuoteToken
, ClassificationTypeNames.XmlLiteralAttributeQuotes)