2 references to _editorOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
BlockCommentEditing\CloseBlockCommentCommandHandler.cs (2)
48
if (
_editorOptionsService
.GlobalOptions.GetOption(BlockCommentEditingOptionsStorage.AutoInsertBlockCommentStartString, LanguageNames.CSharp) &&
49
BlockCommentEditingCommandHandler.IsCaretInsideBlockCommentSyntax(caret.Value, args.SubjectBuffer,
_editorOptionsService
, out _, out _, executionContext.OperationContext.UserCancellationToken))