2 writes to _ptrType
mscorlib (2)
system\reflection\pointer.cs (2)
36
_ptrType
= (RuntimeType)info.GetValue("_ptrType", typeof(RuntimeType));
56
x.
_ptrType
= rt;
2 references to _ptrType
mscorlib (2)
system\reflection\pointer.cs (2)
69
return
_ptrType
;
81
info.AddValue("_ptrType",
_ptrType
);