2 overrides of CreateInterpolatedStringStartToken
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
58internal override SyntaxToken CreateInterpolatedStringStartToken(bool isVerbatim)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
48Friend Overrides Function CreateInterpolatedStringStartToken(isVerbatim As Boolean) As SyntaxToken
4 references to CreateInterpolatedStringStartToken
Microsoft.CodeAnalysis.Features (4)
AddDebuggerDisplay\AbstractAddDebuggerDisplayCodeRefactoringProvider.cs (1)
127generator.CreateInterpolatedStringStartToken(isVerbatim: false),
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
127var startToken = generator.CreateInterpolatedStringStartToken(isVerbatimStringLiteral)
ConvertToInterpolatedString\ConvertRegularStringToInterpolatedStringRefactoringProvider.cs (1)
102generator.CreateInterpolatedStringStartToken(isVerbatim),
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
589generator.CreateInterpolatedStringStartToken(isVerbatim: false),