7 references to GetIndentationOptions
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
Formatting\CSharpFormattingInteractionService.cs (1)
109
var indentationOptions = textBuffer.
GetIndentationOptions
(_editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), parsedDocument.LanguageServices, explicitFormat: false);
RawStringLiteral\RawStringLiteralCommandHandler_Return.cs (1)
176
var indentationOptions = subjectBuffer.
GetIndentationOptions
(_editorOptionsService, project.GetFallbackAnalyzerOptions(), project.Services, explicitFormat: false);
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
83
var indentationOptions = subjectBuffer.
GetIndentationOptions
(_editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), parsedDocument.LanguageServices, explicitFormat: false);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
252
var indentationOptions = textBuffer.
GetIndentationOptions
(_editorOptionsService, fallbackOptions, documentBeforePaste.LanguageServices, explicitFormat: false);
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
140
var indentationOptions = SubjectBuffer.
GetIndentationOptions
(EditorOptionsService, document.Project.GetFallbackAnalyzerOptions(), contextAfterStart.Document.LanguageServices, explicitFormat: false);
319
var indentationOptions = SubjectBuffer.
GetIndentationOptions
(EditorOptionsService, context.FallbackOptions, context.Document.LanguageServices, explicitFormat: false);
SmartIndent\SmartIndent.cs (1)
45
var indentationOptions = line.Snapshot.TextBuffer.
GetIndentationOptions
(_editorOptionsService, document.Project.GetFallbackAnalyzerOptions(), document.Project.Services, explicitFormat: false);