Example #1
0
        private void Index(MethodDefinition method)
        {
            var q = TypeScanner.ScanMethod(method);

            _cache.SetCoupling(q);
        }