8 references to FormatStringOpt
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2631
VisitRvalue(node.
FormatStringOpt
)
Generated\BoundNodes.xml.Generated.vb (4)
9294
If expression IsNot Me.Expression OrElse alignmentOpt IsNot Me.AlignmentOpt OrElse formatStringOpt IsNot Me.
FormatStringOpt
Then
12012
Me.Visit(node.
FormatStringOpt
)
13101
Dim formatStringOpt As BoundLiteral = DirectCast(Me.Visit(node.
FormatStringOpt
), BoundLiteral)
14563
New TreeDumperNode("formatStringOpt", Nothing, new TreeDumperNode() {Visit(node.
FormatStringOpt
, Nothing)})
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (2)
148
If interpolation.
FormatStringOpt
IsNot Nothing Then
150
.Append(interpolation.
FormatStringOpt
.Value.StringValue)
Operations\VisualBasicOperationFactory.vb (1)
1582
Dim formatString As IOperation = Create(boundInterpolation.
FormatStringOpt
)