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