8 instantiations of InterpolatedStringExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
34060
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
InterpolatedStringExpressionSyntax
(o)
34071
ObjectBinder.RegisterTypeReader(GetType(InterpolatedStringExpressionSyntax), Function(r) New
InterpolatedStringExpressionSyntax
(r))
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)
53517
Dim result = New
InterpolatedStringExpressionSyntax
(SyntaxKind.InterpolatedStringExpression, dollarSignDoubleQuoteToken, contents.Node, doubleQuoteToken)
65595
Dim result = New
InterpolatedStringExpressionSyntax
(SyntaxKind.InterpolatedStringExpression, dollarSignDoubleQuoteToken, contents.Node, doubleQuoteToken, _factoryContext)
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)
11 references to InterpolatedStringExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\Syntax.xml.Internal.Generated.vb (7)
34071
ObjectBinder.RegisterTypeReader(GetType(
InterpolatedStringExpressionSyntax
), Function(r) New InterpolatedStringExpressionSyntax(r))
37656
Public Overridable Function VisitInterpolatedStringExpression(ByVal node As
InterpolatedStringExpressionSyntax
) As VisualBasicSyntaxNode
41603
Public Overrides Function VisitInterpolatedStringExpression(ByVal node As
InterpolatedStringExpressionSyntax
) As VisualBasicSyntaxNode
53507
Friend Shared Function InterpolatedStringExpression(dollarSignDoubleQuoteToken As PunctuationSyntax, contents As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), doubleQuoteToken As PunctuationSyntax) As
InterpolatedStringExpressionSyntax
53514
Return DirectCast(cached,
InterpolatedStringExpressionSyntax
)
65585
Friend Function InterpolatedStringExpression(dollarSignDoubleQuoteToken As PunctuationSyntax, contents As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), doubleQuoteToken As PunctuationSyntax) As
InterpolatedStringExpressionSyntax
65592
Return DirectCast(cached,
InterpolatedStringExpressionSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (2)
35410
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterpolatedStringExpressionSyntax
)._dollarSignDoubleQuoteToken, Me.Position, 0)
35451
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InterpolatedStringExpressionSyntax
)._doubleQuoteToken, Me.GetChildPosition(2), Me.GetChildIndex(2))
Parser\ParseInterpolatedString.vb (1)
17
Private Function ParseInterpolatedStringExpression() As
InterpolatedStringExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1451
Private Shared Function GenerateGreenInterpolatedStringExpression() As InternalSyntax.
InterpolatedStringExpressionSyntax