7 references to FormatStringOpt
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2647
VisitRvalue(node.
FormatStringOpt
)
Binding\Binder_InterpolatedString.vb (2)
201
If interpolation.
FormatStringOpt
IsNot Nothing Then
203
.Append(interpolation.
FormatStringOpt
.Value.StringValue)
Generated\BoundNodes.xml.Generated.vb (4)
9328
If expression IsNot Me.Expression OrElse alignmentOpt IsNot Me.AlignmentOpt OrElse formatStringOpt IsNot Me.
FormatStringOpt
Then
12046
Me.Visit(node.
FormatStringOpt
)
13136
Dim formatStringOpt As BoundLiteral = DirectCast(Me.Visit(node.
FormatStringOpt
), BoundLiteral)
14601
New TreeDumperNode("formatStringOpt", Nothing, new TreeDumperNode() {Visit(node.
FormatStringOpt
, Nothing)})