16 references to EndQuoteToken
Microsoft.CodeAnalysis.VisualBasic (6)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
264
VisitToken(str.
EndQuoteToken
)
Generated\Syntax.xml.Main.Generated.vb (2)
4873
Dim newEndQuoteToken = DirectCast(VisitToken(node.
EndQuoteToken
).Node, InternalSyntax.PunctuationSyntax)
4874
If node.
EndQuoteToken
.Node IsNot newEndQuoteToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
31718
return Update(startQuoteToken, Me.TextTokens, Me.
EndQuoteToken
)
31740
return Update(Me.StartQuoteToken, textTokens, Me.
EndQuoteToken
)
31799
If startQuoteToken <> Me.StartQuoteToken OrElse textTokens <> Me.TextTokens OrElse endQuoteToken <> Me.
EndQuoteToken
Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
FormattingHelpers.vb (2)
41
DirectCast(token.Parent, XmlStringSyntax).
EndQuoteToken
.Equals(token)) Then
55
Not DirectCast(token.Parent, XmlStringSyntax).
EndQuoteToken
.Equals(token) Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (2)
79
If name?.LocalName.ValueText = CrefAttributeName AndAlso Not token = value?.
EndQuoteToken
Then
250
If (targetToken.IsChildToken(Function(s As XmlStringSyntax) s.
EndQuoteToken
) AndAlso targetToken.Parent.IsParentKind(SyntaxKind.XmlAttribute)) OrElse
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21381
Assert.NotNull(objectUnderTest.
endQuoteToken
)
21382
Dim withObj = objectUnderTest.WithStartQuoteToken(objectUnderTest.StartQuoteToken).WithTextTokens(objectUnderTest.TextTokens).WithEndQuoteToken(objectUnderTest.
EndQuoteToken
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
Classification\Worker.DocumentationCommentClassifier.vb (1)
253
AddXmlClassification(node.
EndQuoteToken
, ClassificationTypeNames.XmlDocCommentAttributeQuotes)
Classification\Worker.XmlClassifier.vb (1)
156
AddTokenClassification(node.
EndQuoteToken
, ClassificationTypeNames.XmlLiteralAttributeQuotes)
Formatting\FormattingHelpers.vb (2)
41
DirectCast(token.Parent, XmlStringSyntax).
EndQuoteToken
.Equals(token)) Then
55
Not DirectCast(token.Parent, XmlStringSyntax).
EndQuoteToken
.Equals(token) Then