8 references to Interpolation
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2621Debug.Assert(item.Kind = BoundKind.Literal OrElse item.Kind = BoundKind.Interpolation)
BoundTree\BoundInterpolatedStringExpression.vb (2)
25If item.Kind = BoundKind.Interpolation Then Return True 41Debug.Assert(Not Contents.Where(Function(content) content.Kind <> BoundKind.Interpolation AndAlso content.Kind <> BoundKind.Literal).Any())
Generated\BoundNodes.xml.Generated.vb (2)
9257MyBase.New(BoundKind.Interpolation, syntax, hasErrors OrElse expression.NonNullAndHasErrors() OrElse alignmentOpt.NonNullAndHasErrors() OrElse formatStringOpt.NonNullAndHasErrors()) 9656Case BoundKind.Interpolation
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
130Case BoundKind.Interpolation
Operations\VisualBasicOperationFactory.vb (2)
229Case BoundKind.Interpolation 1570If part.Kind = BoundKind.Interpolation Then