3 references to MarkPropertyGetAsPrivate
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
90case FixUpType.MarkPropertyGetAsPrivate:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
465(fixUp.Type == FixUpType.MarkPropertyGetAsPrivate ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
397fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertyGetAsPrivate));