1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
SmartIndent\SmartIndent.cs (1)
26_editorOptionsService = editorOptionsService;
1 reference to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
SmartIndent\SmartIndent.cs (1)
51var indentationOptions = line.Snapshot.TextBuffer.GetIndentationOptions(_editorOptionsService, document.Project.Services, explicitFormat: false);