3 references to GetPreferredIndentation
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
RawStringLiteral\RawStringLiteralCommandHandler_Return.cs (1)
103
var indentation = token.
GetPreferredIndentation
(parsedDocument, indentationOptions, cancellationToken);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
269
return stringExpressionBeforePaste.GetFirstToken().
GetPreferredIndentation
(documentBeforePaste, indentationOptions, cancellationToken);
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (1)
301
var indentation = token.
GetPreferredIndentation
(parsedDocument, indentationOptions, cancellationToken);