1 write to s_boxPointer
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
95
s_boxPointer
= typeof(Pointer).GetMethod("Box");
3 references to s_boxPointer
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
93
if (
s_boxPointer
== null)
96
Debug.Assert(
s_boxPointer
!= null);
98
return
s_boxPointer
;