1 write to typeOfULong
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
125
typeOfULong
= typeof(ulong);
2 references to typeOfULong
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
124
if (
typeOfULong
== null)
126
return
typeOfULong
;