2 references to PropertyClassName
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
109
Generator.FixUps.Add(new FixUp(
PropertyClassName
+ "." + OnChangingPartialMethodName(PropertyName), FixUpType.MarkAbstractMethodAsPartial));
110
Generator.FixUps.Add(new FixUp(
PropertyClassName
+ "." + OnChangedPartialMethodName(PropertyName), FixUpType.MarkAbstractMethodAsPartial));