1 write to s_unboxPointer
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
365
s_unboxPointer
= typeof(Pointer).GetMethod("Unbox");
3 references to s_unboxPointer
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
363
if (
s_unboxPointer
== null)
366
Debug.Assert(
s_unboxPointer
!= null);
368
return
s_unboxPointer
;