Beispiel #1
0
        private static bool AssemblyShouldBeRewritten(IAssembly assembly)
        {
            // Fragile

            if (GarbageCollectHelper.AssemblyMayBeSystemOrFramework(assembly))
            {
                return(false);
            }

            return(true);
        }