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