1 write to _iserializableImplementor
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
628
_iserializableImplementor
= new ISerializableImplementor(ospaceEntityType);
3 references to _iserializableImplementor
System.Data.Entity (3)
System\Data\Objects\Internal\EntityProxyFactory.cs (3)
667
if (
_iserializableImplementor
.TypeIsSuitable)
693
_iserializableImplementor
.Implement(TypeBuilder, _serializedFields);
725
if (!
_iserializableImplementor
.TypeImplementsISerializable)