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