3 references to MarkPropertySetAsProtected
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
95
case FixUpType.
MarkPropertySetAsProtected
:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
447
fixUp.Type == FixUpType.
MarkPropertySetAsProtected
))
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
458
fixups.Add(new FixUp(propertyFqName, FixUpType.
MarkPropertySetAsProtected
));