6 references to Interpolation
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2637
Debug.Assert(item.Kind = BoundKind.Literal OrElse item.Kind = BoundKind.
Interpolation
)
Binding\Binder_InterpolatedString.vb (1)
183
Case BoundKind.
Interpolation
BoundTree\BoundInterpolatedStringExpression.vb (2)
25
If item.Kind = BoundKind.
Interpolation
Then Return True
41
Debug.Assert(Not Contents.Where(Function(content) content.Kind <> BoundKind.
Interpolation
AndAlso content.Kind <> BoundKind.Literal).Any())
Generated\BoundNodes.xml.Generated.vb (2)
9291
MyBase.New(BoundKind.
Interpolation
, syntax, hasErrors OrElse expression.NonNullAndHasErrors() OrElse alignmentOpt.NonNullAndHasErrors() OrElse formatStringOpt.NonNullAndHasErrors())
9690
Case BoundKind.
Interpolation