3 references to MarkPropertyGetAsPublic
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
90case FixUpType.MarkPropertyGetAsPublic:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
463fixUp.Type == FixUpType.MarkPropertyGetAsPublic ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
441fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertyGetAsPublic));