1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
SplitComment\SplitCommentCommandHandler.cs (1)
52
_editorOptionsService
= editorOptionsService;
1 reference to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
SplitComment\SplitCommentCommandHandler.cs (1)
178
var options = textBuffer.GetLineFormattingOptions(
_editorOptionsService
, explicitFormat: false);