13 references to Contents
Microsoft.CodeAnalysis.VisualBasic (13)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2636
For Each item In node.
Contents
Binding\Binder_InterpolatedString.vb (4)
99
Return node.Update(node.
Contents
,
130
Return node.Update(node.
Contents
,
145
node.
Contents
.OfType(Of BoundInterpolation)().Any(
175
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)
9278
If contents <> Me.
Contents
OrElse constructionOpt IsNot Me.ConstructionOpt OrElse type IsNot Me.Type Then
12039
Me.VisitList(node.
Contents
)
13127
Dim contents As ImmutableArray(Of BoundNode) = Me.VisitList(node.
Contents
)
14591
New TreeDumperNode("contents", Nothing, From x In node.
Contents
Select Visit(x, Nothing)),
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
44
Dim valueWithEscapes = DirectCast(node.
Contents
(0), BoundLiteral).Value.StringValue