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