9 references to SerializationInfoTable
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
190
HashHelpers.
SerializationInfoTable
.Add(this, info);
1201
HashHelpers.
SerializationInfoTable
.TryGetValue(this, out SerializationInfo? siInfo);
1242
HashHelpers.
SerializationInfoTable
.Remove(this);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (3)
142
HashHelpers.
SerializationInfoTable
.Add(this, info);
722
HashHelpers.
SerializationInfoTable
.TryGetValue(this, out SerializationInfo? siInfo);
762
HashHelpers.
SerializationInfoTable
.Remove(this);
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (3)
374
HashHelpers.
SerializationInfoTable
.Add(this, info);
1093
HashHelpers.
SerializationInfoTable
.TryGetValue(this, out SerializationInfo? siInfo);
1175
HashHelpers.
SerializationInfoTable
.Remove(this);