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