1 override of GetTextWithoutQuotes
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToInterpolatedString\CSharpConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
23
protected override string
GetTextWithoutQuotes
(string text, bool isVerbatim, bool isCharacterLiteral)
1 reference to GetTextWithoutQuotes
Microsoft.CodeAnalysis.Features (1)
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
158
var textWithoutQuotes =
GetTextWithoutQuotes
(textWithEscapedBraces, isVerbatimStringLiteral, isCharacterLiteral);