10 references to UniqueIdentifierService
System.Data.Entity.Design (10)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (8)
281
public UniqueIdentifierService UsedGlobalModelTypeNames = new
UniqueIdentifierService
(false);
282
public UniqueIdentifierService UsedEntityContainerItemNames = new
UniqueIdentifierService
(false);
520
UniqueIdentifierService usedParameterNames = new
UniqueIdentifierService
(false);
573
UniqueIdentifierService usedPropertyNames = new
UniqueIdentifierService
(false);
775
UniqueIdentifierService usedPropertyNames = new
UniqueIdentifierService
(false);
847
UniqueIdentifierService usedEndMemberNames = new
UniqueIdentifierService
(false);
907
UniqueIdentifierService usedEndMemberNames = new
UniqueIdentifierService
(false);
1054
UniqueIdentifierService usedMemberNames = new
UniqueIdentifierService
(false);
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (2)
631
UniqueIdentifierService uniqueIdentifiers = new
UniqueIdentifierService
(caseSensitive);
775
UniqueIdentifierService usedEndNames = new
UniqueIdentifierService
(false);