1 override of OnDeserialization
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
375
protected override void
OnDeserialization
(object? sender) => throw new PlatformNotSupportedException();
1 reference to OnDeserialization
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1549
void IDeserializationCallback.OnDeserialization(object? sender) =>
OnDeserialization
(sender);