2 types derived from InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
26796Inherits InterpolatedStringContentSyntax 26870Inherits InterpolatedStringContentSyntax
6 instantiations of InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
26801MyBase.New(kind) 26810MyBase.New(kind) 26820MyBase.New(kind, errors, annotations) 26879MyBase.New(kind) 26900MyBase.New(kind) 26922MyBase.New(kind, errors, annotations)
5 references to InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (3)
26726Friend ReadOnly Property Contents As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InterpolatedStringContentSyntax) 26728Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InterpolatedStringContentSyntax)(Me._contents) 29732Public Overridable Function VisitInterpolatedStringContent(ByVal node As InterpolatedStringContentSyntax) As VisualBasicSyntaxNode
Parser\ParseInterpolatedString.vb (2)
27Dim contentBuilder = _pool.Allocate(Of InterpolatedStringContentSyntax) 32Dim content As InterpolatedStringContentSyntax