2 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
121
var indentationOptions = SubjectBuffer.GetIndentationOptions(
_editorOptionsService
, document.Project.GetFallbackAnalyzerOptions(), contextAfterStart.Document.LanguageServices, explicitFormat: false);
279
var indentationOptions = SubjectBuffer.GetIndentationOptions(
_editorOptionsService
, context.FallbackOptions, context.Document.LanguageServices, explicitFormat: false);