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