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)
667if (_iserializableImplementor.TypeIsSuitable) 693_iserializableImplementor.Implement(TypeBuilder, _serializedFields); 725if (!_iserializableImplementor.TypeImplementsISerializable)