2 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (2)
SmartIndent\SmartIndentProvider.cs (2)
30
if (!
_editorOptionsService
.GlobalOptions.GetOption(SmartIndenterOptionsStorage.SmartIndenter))
35
return new SmartIndent(textView,
_editorOptionsService
);