5 references to MarkAbstractMethodAsPartial
System.Data.Services.Design (5)
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
239
Generator.FixUps.Add(new FixUp(Item.Name + "." + _onContextCreatedString, FixUpType.
MarkAbstractMethodAsPartial
));
System\Data\EntityModel\Emitters\FixUp.cs (1)
84
case FixUpType.
MarkAbstractMethodAsPartial
:
System\Data\EntityModel\Emitters\FixUpCollection.cs (1)
424
(fixUp.Type == FixUpType.MarkOverrideMethodAsSealed || fixUp.Type == FixUpType.
MarkAbstractMethodAsPartial
) )
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
114
Generator.FixUps.Add(new FixUp(PropertyClassName + "." + OnChangingPartialMethodName(PropertyName), FixUpType.
MarkAbstractMethodAsPartial
));
115
Generator.FixUps.Add(new FixUp(PropertyClassName + "." + OnChangedPartialMethodName(PropertyName), FixUpType.
MarkAbstractMethodAsPartial
));