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