Beispiel #1
0
        public MethodCollection GetMethodCollection <TPredicate>(TPredicate predicate)
            where TPredicate : IMethodCollectionPredicate
        {
            // Synchronize all accesses below using a read scope
            using var readScope = irLock.EnterReadScope();

            return(GetMethodCollection_Sync(predicate));
        }