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