20 [
RequiresUnreferencedCode(
"SerializationObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]
36 [
RequiresUnreferencedCode(
"SerializationObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]
bool TryAdd(TKey key, TValue value)
static SerializationEvents GetSerializationEventsForType([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type t)
readonly Dictionary< object, object > _objectSeenTable
void RaiseOnSerializedEvent()
readonly StreamingContext _context
void AddOnSerialized(object obj)
void RegisterObject(object obj)
SerializationEventHandler _onSerializedHandler
SerializationObjectManager(StreamingContext context)