1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (1)
64
_editorOptionsService
= editorOptionsService;
2 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (2)
131
var indentationOptions = SubjectBuffer.GetIndentationOptions(
_editorOptionsService
, contextAfterStart.Document.LanguageServices, explicitFormat: false);
289
var indentationOptions = SubjectBuffer.GetIndentationOptions(
_editorOptionsService
, context.Document.LanguageServices, explicitFormat: false);