6 references to InterpolatedStringText
Microsoft.CodeAnalysis.CSharp (2)
_generated\0\Syntax.xml.Main.Generated.cs (1)
3936=> SyntaxFactory.InterpolatedStringText(SyntaxFactory.Token(SyntaxKind.InterpolatedStringTextToken));
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
6032var newNode = SyntaxFactory.InterpolatedStringText(textToken);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
121=> SyntaxFactory.InterpolatedStringText(textToken);
Microsoft.CodeAnalysis.CSharp.Features (1)
SplitStringLiteral\InterpolatedStringSplitter.cs (1)
84return InterpolatedStringText(
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
121=> SyntaxFactory.InterpolatedStringText(textToken);
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
121=> SyntaxFactory.InterpolatedStringText(textToken);