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