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