3 references to MarkPropertySetAsInternal
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
95case FixUpType.MarkPropertySetAsInternal:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
449fixUp.Type == FixUpType.MarkPropertySetAsInternal ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
414fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertySetAsInternal));