7 references to GetIndentationOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
Formatting\CSharpFormattingInteractionService.cs (1)
121
var indentationOptions = textBuffer.
GetIndentationOptions
(_editorOptionsService, parsedDocument.LanguageServices, explicitFormat: false);
RawStringLiteral\RawStringLiteralCommandHandler_Return.cs (1)
102
var indentationOptions = subjectBuffer.
GetIndentationOptions
(_editorOptionsService, document.Project.Services, explicitFormat: false);
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
90
var indentationOptions = subjectBuffer.
GetIndentationOptions
(_editorOptionsService, parsedDocument.LanguageServices, explicitFormat: false);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
268
var indentationOptions = textBuffer.
GetIndentationOptions
(_editorOptionsService, documentBeforePaste.LanguageServices, explicitFormat: false);
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
131
var indentationOptions = SubjectBuffer.
GetIndentationOptions
(_editorOptionsService, contextAfterStart.Document.LanguageServices, explicitFormat: false);
289
var indentationOptions = SubjectBuffer.
GetIndentationOptions
(_editorOptionsService, context.Document.LanguageServices, explicitFormat: false);
SmartIndent\SmartIndent.cs (1)
51
var indentationOptions = line.Snapshot.TextBuffer.
GetIndentationOptions
(_editorOptionsService, document.Project.Services, explicitFormat: false);