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)
9319
If expression IsNot Me.Expression OrElse alignmentOpt IsNot Me.AlignmentOpt OrElse formatStringOpt IsNot Me.
FormatStringOpt
Then
12037
Me.Visit(node.
FormatStringOpt
)
13127
Dim formatStringOpt As BoundLiteral = DirectCast(Me.Visit(node.
FormatStringOpt
), BoundLiteral)
14592
New TreeDumperNode("formatStringOpt", Nothing, new TreeDumperNode() {Visit(node.
FormatStringOpt
, Nothing)})