1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
SmartIndent\SmartIndentProvider.cs (1)
25_editorOptionsService = editorOptionsService;
2 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (2)
SmartIndent\SmartIndentProvider.cs (2)
35if (!_editorOptionsService.GlobalOptions.GetOption(SmartIndenterOptionsStorage.SmartIndenter)) 40return new SmartIndent(textView, _editorOptionsService);