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