6 references to SerializationInfoTable
mscorlib (6)
system\collections\generic\dictionary.cs (3)
122HashHelpers.SerializationInfoTable.Add(this, info); 397HashHelpers.SerializationInfoTable.TryGetValue(this, out siInfo); 436HashHelpers.SerializationInfoTable.Remove(this);
system\collections\hashtable.cs (3)
399HashHelpers.SerializationInfoTable.Add(this, info); 1217HashHelpers.SerializationInfoTable.TryGetValue(this, out siInfo); 1292HashHelpers.SerializationInfoTable.Remove(this);