1 write to typeOfValueType
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
73
typeOfValueType
= typeof(ValueType);
2 references to typeOfValueType
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
72
if (
typeOfValueType
== null)
74
return
typeOfValueType
;