2 references to GetInitialMultiLineRawInterpolatedString
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (2)
169var converted = GetInitialMultiLineRawInterpolatedString(stringExpression, formattingOptions); 237var rawStringExpression = GetInitialMultiLineRawInterpolatedString(stringExpression, formattingOptions);