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)
35
if (!
_editorOptionsService
.GlobalOptions.GetOption(SmartIndenterOptionsStorage.SmartIndenter))
40
return new SmartIndent(textView,
_editorOptionsService
);