4 references to InterpolatedStringExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
34121
Return new
InterpolatedStringExpressionSyntax
(Me.Kind, newErrors, GetAnnotations, _dollarSignDoubleQuoteToken, _contents, _doubleQuoteToken)
34125
Return new
InterpolatedStringExpressionSyntax
(Me.Kind, GetDiagnostics, annotations, _dollarSignDoubleQuoteToken, _contents, _doubleQuoteToken)
41614
Return New
InterpolatedStringExpressionSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newDollarSignDoubleQuoteToken, newContents.Node, newDoubleQuoteToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
35402
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterpolatedStringExpressionSyntax
(kind, errors, annotations, dollarSignDoubleQuoteToken, if(contents IsNot Nothing, contents.Green, Nothing), doubleQuoteToken), Nothing, 0)