12 references to Contents
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_InterpolatedString.vb (1)
20
For Each item In syntax.
Contents
Generated\Syntax.xml.Main.Generated.vb (1)
5353
Dim newContents = VisitList(node.
Contents
)
Generated\Syntax.xml.Syntax.Generated.vb (4)
35420
return Update(dollarSignDoubleQuoteToken, Me.
Contents
, Me.DoubleQuoteToken)
35443
Return Me.WithContents(Me.
Contents
.AddRange(items))
35461
return Update(Me.DollarSignDoubleQuoteToken, Me.
Contents
, doubleQuoteToken)
35505
If dollarSignDoubleQuoteToken <> Me.DollarSignDoubleQuoteToken OrElse contents <> Me.
Contents
OrElse doubleQuoteToken <> Me.DoubleQuoteToken Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
1153
Return (TryCast(interpolatedString, InterpolatedStringExpressionSyntax)?.
Contents
).Value
1803
contents = interpolatedStringExpression.
Contents
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
1153
Return (TryCast(interpolatedString, InterpolatedStringExpressionSyntax)?.
Contents
).Value
1803
contents = interpolatedStringExpression.
Contents
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
1153
Return (TryCast(interpolatedString, InterpolatedStringExpressionSyntax)?.
Contents
).Value
1803
contents = interpolatedStringExpression.
Contents