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