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