2 writes to _ptr
mscorlib (2)
system\reflection\pointer.cs (2)
35
_ptr
= ((IntPtr)(info.GetValue("_ptr", typeof(IntPtr)))).ToPointer();
55
x.
_ptr
= ptr;
3 references to _ptr
mscorlib (3)
system\reflection\pointer.cs (3)
65
return ((Pointer)ptr).
_ptr
;
74
return (IntPtr)
_ptr
;
80
info.AddValue("_ptr", new IntPtr(
_ptr
));