3 references to GetIndentationString
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (1)
205var indentation = indentationVal.GetIndentationString(document.Text, indentationOptions);
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (1)
164var indentation = indentationVal.GetIndentationString(parsedDocument.Text, indentationOptions);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (1)
60return indentation.GetIndentationString(newDocument.Text, options);