1 write to typeOfKeyValue
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
986
typeOfKeyValue
= typeof(KeyValue<,>);
2 references to typeOfKeyValue
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
985
if (
typeOfKeyValue
== null)
987
return
typeOfKeyValue
;