8 references to Interpolation
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2621
Debug.Assert(item.Kind = BoundKind.Literal OrElse item.Kind = 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)
9257
MyBase.New(BoundKind.
Interpolation
, syntax, hasErrors OrElse expression.NonNullAndHasErrors() OrElse alignmentOpt.NonNullAndHasErrors() OrElse formatStringOpt.NonNullAndHasErrors())
9656
Case BoundKind.
Interpolation
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
130
Case BoundKind.
Interpolation
Operations\VisualBasicOperationFactory.vb (2)
229
Case BoundKind.
Interpolation
1570
If part.Kind = BoundKind.
Interpolation
Then