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