Esempio n. 1
0
        public RedundantRequiresQuickFix(RedundantRequiresCheckerHighlighting highlighting)
        {
            Contract.Requires(highlighting != null);

            _highlighting = highlighting;
        }
        public RedundantRequiresQuickFix(RedundantRequiresCheckerHighlighting highlighting)
        {
            Contract.Requires(highlighting != null);

            _highlighting = highlighting;
        }