3 references to MarkPropertyGetAsInternal
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUp.cs (1)
91case FixUpType.MarkPropertyGetAsInternal:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
466fixUp.Type == FixUpType.MarkPropertyGetAsInternal ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
410fixups.Add(new FixUp(propertyFqName, FixUpType.MarkPropertyGetAsInternal));