1 override of CreateInterpolatedStringStartToken
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
50internal override SyntaxToken CreateInterpolatedStringStartToken(bool isVerbatim)
4 references to CreateInterpolatedStringStartToken
Microsoft.CodeAnalysis.Features (4)
AddDebuggerDisplay\AbstractAddDebuggerDisplayCodeRefactoringProvider.cs (1)
127generator.CreateInterpolatedStringStartToken(isVerbatim: false),
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
139.CreateInterpolatedStringStartToken(isVerbatimStringLiteral)
ConvertToInterpolatedString\ConvertRegularStringToInterpolatedStringRefactoringProvider.cs (1)
101generator.CreateInterpolatedStringStartToken(isVerbatim),
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
1000generator.CreateInterpolatedStringStartToken(isVerbatim: false),