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