1 write to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\CloseBlockCommentCommandHandler.cs (1)
29
_editorOptionsService
= editorOptionsService;
2 references to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
BlockCommentEditing\CloseBlockCommentCommandHandler.cs (2)
53
if (
_editorOptionsService
.GlobalOptions.GetOption(BlockCommentEditingOptionsStorage.AutoInsertBlockCommentStartString, LanguageNames.CSharp) &&
54
BlockCommentEditingCommandHandler.IsCaretInsideBlockCommentSyntax(caret.Value, args.SubjectBuffer,
_editorOptionsService
, out _, out _, executionContext.OperationContext.UserCancellationToken))