7 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
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21740
Assert.NotNull(objectUnderTest.
formatStringToken
)
21741
Dim withObj = objectUnderTest.WithColonToken(objectUnderTest.ColonToken).WithFormatStringToken(objectUnderTest.
FormatStringToken
)