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