3 references to MarkPropertySetAsPublic
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
94case FixUpType.MarkPropertySetAsPublic:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
446fixUp.Type == FixUpType.MarkPropertySetAsPublic ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
445fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertySetAsPublic));