8 references to UnsafeGetValue
mscorlib (8)
system\attribute.cs (3)
852
thisResult = ((RtFieldInfo)thisFields[i]).
UnsafeGetValue
(thisObj);
853
thatResult = ((RtFieldInfo)thisFields[i]).
UnsafeGetValue
(obj);
922
Object fieldValue = ((RtFieldInfo)fields[i]).
UnsafeGetValue
(this);
system\reflection\fieldinfo.cs (1)
664
return
UnsafeGetValue
(obj);
system\runtime\serialization\formatterservices.cs (1)
411
data[i] = rfi.
UnsafeGetValue
(obj);
system\runtime\serialization\serializationfieldinfo.cs (1)
102
return field.
UnsafeGetValue
(obj);
system\valuetype.cs (2)
49
thisResult = ((RtFieldInfo)thisFields[i]).
UnsafeGetValue
(thisObj);
50
thatResult = ((RtFieldInfo)thisFields[i]).
UnsafeGetValue
(obj);