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