1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
61
_editorOptionsService
= editorOptionsService;
1 reference to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
155
var formattingOptions = subjectBuffer.GetSyntaxFormattingOptions(
_editorOptionsService
, document.Project.Services, explicitFormat: false);