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