4 references to ProxyRuntimeAssemblies
System.Data.Entity (4)
System\Data\Objects\Internal\EntityProxyFactory.cs (4)
278return type != null && ProxyRuntimeAssemblies.Contains(type.Assembly); 403if (!ProxyRuntimeAssemblies.Contains(typeAssembly)) 405ProxyRuntimeAssemblies.Add(typeAssembly); 438if (ProxyRuntimeAssemblies.Contains(assembly)) // If the assembly is not a known proxy assembly, ignore it.