2 references to ImplicitLoadAssemblyForType
System.Data.Entity (2)
System\Data\Metadata\MetadataWorkspace.cs (1)
407if (!objItemCollection.ImplicitLoadAssemblyForType(type, (EdmItemCollection)edmItemCollection) && (null != callingAssembly))
System\Data\Metadata\ObjectItemCollection.cs (1)
211result |= ImplicitLoadAssemblyForType(t, edmItemCollection);