4 references to EntityViewGenerationAttribute
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
375object[] viewGenAttributes = assembly.GetCustomAttributes(typeof(System.Data.Mapping.EntityViewGenerationAttribute), false /*inherit*/); 378foreach (EntityViewGenerationAttribute viewGenAttribute in viewGenAttributes)
System\Data\Metadata\ObjectItemCollection.cs (2)
84return assembly.IsDefined(typeof(System.Data.Mapping.EntityViewGenerationAttribute), false /*inherit*/); 424if (assembly.IsDefined(typeof(System.Data.Mapping.EntityViewGenerationAttribute), false /*inherit*/))