5 references to FormatStringToken
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_InterpolatedString.vb (1)
68
CreateStringLiteral(syntax.FormatClause, syntax.FormatClause.
FormatStringToken
.ValueText, compilerGenerated:=False, diagnostics:=diagnostics),
Generated\Syntax.xml.Main.Generated.vb (2)
5419
Dim newFormatStringToken = DirectCast(VisitToken(node.
FormatStringToken
).Node, InternalSyntax.InterpolatedStringTextTokenSyntax)
5420
If node.
FormatStringToken
.Node IsNot newFormatStringToken Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
35958
return Update(colonToken, Me.
FormatStringToken
)
36013
If colonToken <> Me.ColonToken OrElse formatStringToken <> Me.
FormatStringToken
Then