11 references to Contents
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2620For Each item In node.Contents
BoundTree\BoundInterpolatedStringExpression.vb (3)
24For Each item In Contents 34Return Contents.Length = 0 41Debug.Assert(Not Contents.Where(Function(content) content.Kind <> BoundKind.Interpolation AndAlso content.Kind <> BoundKind.Literal).Any())
Generated\BoundNodes.xml.Generated.vb (4)
9244If contents <> Me.Contents OrElse binder IsNot Me.Binder OrElse type IsNot Me.Type Then 12005Me.VisitList(node.Contents) 13093Dim contents As ImmutableArray(Of BoundNode) = Me.VisitList(node.Contents) 14553New TreeDumperNode("contents", Nothing, From x In node.Contents Select Visit(x, Nothing)),
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (2)
44Dim valueWithEscapes = DirectCast(node.Contents(0), BoundLiteral).Value.StringValue 122For Each item In node.Contents
Operations\VisualBasicOperationFactory.vb (1)
1559Dim parts As ImmutableArray(Of IInterpolatedStringContentOperation) = CreateBoundInterpolatedStringContentOperation(boundInterpolatedString.Contents)