3 references to MarkPropertySetAsPrivate
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
94case FixUpType.MarkPropertySetAsPrivate:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
448(fixUp.Type == FixUpType.MarkPropertySetAsPrivate ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
401fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertySetAsPrivate));