2 overrides of GetTextWithoutQuotes
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToInterpolatedString\CSharpConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
24protected override string GetTextWithoutQuotes(string text, bool isVerbatim, bool isCharacterLiteral)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertToInterpolatedString\VisualBasicConvertConcatenationToInterpolatedStringRefactoringProvider.vb (1)
21Protected Overrides Function GetTextWithoutQuotes(text As String, isVerbatim As Boolean, isCharacterLiteral As Boolean) As String
1 reference to GetTextWithoutQuotes
Microsoft.CodeAnalysis.Features (1)
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
144var textWithoutQuotes = GetTextWithoutQuotes(textWithEscapedBraces, isVerbatimStringLiteral, isCharacterLiteral);