2 types derived from InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
34164Inherits InterpolatedStringContentSyntax 34259Inherits InterpolatedStringContentSyntax
8 instantiations of InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (8)
34169MyBase.New(kind) 34178MyBase.New(kind) 34188MyBase.New(kind, errors, annotations) 34197MyBase.New(reader) 34268MyBase.New(kind) 34289MyBase.New(kind) 34311MyBase.New(kind, errors, annotations) 34332MyBase.New(reader)
5 references to InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (3)
34090Friend ReadOnly Property Contents As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InterpolatedStringContentSyntax) 34092Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InterpolatedStringContentSyntax)(Me._contents) 37660Public Overridable Function VisitInterpolatedStringContent(ByVal node As InterpolatedStringContentSyntax) As VisualBasicSyntaxNode
Parser\ParseInterpolatedString.vb (2)
27Dim contentBuilder = _pool.Allocate(Of InterpolatedStringContentSyntax) 32Dim content As InterpolatedStringContentSyntax