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