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