3 references to MarkPropertyGetAsProtected
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
93case FixUpType.MarkPropertyGetAsProtected:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
468fixUp.Type == FixUpType.MarkPropertyGetAsProtected))
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
436fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertyGetAsProtected));