1 write to s_SerializationInfoTable
mscorlib (1)
system\collections\hashtable.cs (1)
1692
Interlocked.CompareExchange(ref
s_SerializationInfoTable
, newTable, null);
2 references to s_SerializationInfoTable
mscorlib (2)
system\collections\hashtable.cs (2)
1689
if(
s_SerializationInfoTable
== null)
1695
return
s_SerializationInfoTable
;