2 references to GetIndentationString
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (1)
293
var indentation = indentationVal.
GetIndentationString
(parsedDocument.Text, indentationOptions);
Microsoft.CodeAnalysis.Workspaces (1)
IIndentationService.cs (1)
61
return indentation.
GetIndentationString
(newDocument.Text, options);