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