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