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