2 types derived from InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
35543Inherits InterpolatedStringContentSyntax 35627Inherits InterpolatedStringContentSyntax
2 instantiations of InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
35547MyBase.New(green, parent, startLocation) 35634MyBase.New(green, parent, startLocation)
13 references to InterpolatedStringContentSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Main.Generated.vb (3)
42361Public Shared Function InterpolatedStringExpression(dollarSignDoubleQuoteToken As SyntaxToken, contents As SyntaxList(of InterpolatedStringContentSyntax), doubleQuoteToken As SyntaxToken) As InterpolatedStringExpressionSyntax 42382Public Shared Function InterpolatedStringExpression(contents As SyntaxList(of InterpolatedStringContentSyntax)) As InterpolatedStringExpressionSyntax 42393Public Shared Function InterpolatedStringExpression(ParamArray contents As InterpolatedStringContentSyntax()) As InterpolatedStringExpressionSyntax
Generated\Syntax.xml.Syntax.Generated.vb (5)
35426Public ReadOnly Property Contents As SyntaxList(Of InterpolatedStringContentSyntax) 35429Return new SyntaxList(Of InterpolatedStringContentSyntax)(listNode) 35438Public Shadows Function WithContents(contents as SyntaxList(Of InterpolatedStringContentSyntax)) As InterpolatedStringExpressionSyntax 35442Public Shadows Function AddContents(ParamArray items As InterpolatedStringContentSyntax()) As InterpolatedStringExpressionSyntax 35504Public Function Update(dollarSignDoubleQuoteToken As SyntaxToken, contents As SyntaxList(of InterpolatedStringContentSyntax), doubleQuoteToken As SyntaxToken) As InterpolatedStringExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicSyntaxGeneratorInternal.vb (1)
93startToken, SyntaxFactory.List(content.Cast(Of InterpolatedStringContentSyntax)), endToken)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
17845SyntaxFactory.InterpolatedStringExpression(SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), SyntaxFactory.SingletonList(Of InterpolatedStringContentSyntax)(GenerateRedInterpolatedStringText()), SyntaxFactory.Token(SyntaxKind.DoubleQuoteToken)) 17853SyntaxFactory.InterpolatedStringExpression(SyntaxFactory.Token(SyntaxKind.DollarSignDoubleQuoteToken), SyntaxFactory.SingletonList(Of InterpolatedStringContentSyntax)(GenerateRedInterpolatedStringText()), SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword)) 17860return SyntaxFactory.InterpolatedStringExpression(SyntaxFactory.Token(SyntaxKind.DollarSignDoubleQuoteToken), SyntaxFactory.SingletonList(Of InterpolatedStringContentSyntax)(GenerateRedInterpolatedStringText()), SyntaxFactory.Token(SyntaxKind.DoubleQuoteToken))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxGeneratorInternal.vb (1)
93startToken, SyntaxFactory.List(content.Cast(Of InterpolatedStringContentSyntax)), endToken)