Example #1
0
 public static void RemoveReferences(this Assembly assembly)
 {
     DomainCache.RemoveReferences(assembly);
 }
Example #2
0
 public static void RemoveReferences(this Delegate @delegate)
 {
     DomainCache.RemoveReferences(@delegate);
 }
Example #3
0
 public static void RemoveReferences(this Type type)
 {
     DomainCache.RemoveReferences(type);
 }