1 write to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
50
_editorOptionsService
= editorOptionsService;
2 references to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (2)
63
if (!
_editorOptionsService
.GlobalOptions.GetOption(BlockCommentEditingOptionsStorage.AutoInsertBlockCommentStartString, LanguageNames.CSharp))
70
var textToInsert = GetTextToInsert(caretPosition.Value, subjectBuffer,
_editorOptionsService
, cancellationToken);