1 write to unboxPointer
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
207unboxPointer = typeof(Pointer).GetMethod("Unbox");
2 references to unboxPointer
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
206if (unboxPointer == null) 208return unboxPointer;