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