1 write to s_boxPointer
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
89s_boxPointer = typeof(Pointer).GetMethod("Box");
3 references to s_boxPointer
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
87if (s_boxPointer == null) 90Debug.Assert(s_boxPointer != null); 92return s_boxPointer;