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