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