2 references to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (2)
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);