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