1 write to typeOfNullable
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
817
typeOfNullable
= typeof(Nullable<>);
2 references to typeOfNullable
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
816
if (
typeOfNullable
== null)
818
return
typeOfNullable
;