3 references to MarkPropertySetAsPublic
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
96case FixUpType.MarkPropertySetAsPublic:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
450fixUp.Type == FixUpType.MarkPropertySetAsPublic ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
427fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertySetAsPublic));