3 references to MarkPropertyGetAsPublic
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
92case FixUpType.MarkPropertyGetAsPublic:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
467fixUp.Type == FixUpType.MarkPropertyGetAsPublic ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
423fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertyGetAsPublic));