1 write to typeOfHashtable
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
1051
typeOfHashtable
= typeof(Hashtable);
2 references to typeOfHashtable
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
1050
if (
typeOfHashtable
== null)
1052
return
typeOfHashtable
;