2 references to GetValue
mscorlib (2)
system\reflection\fieldinfo.cs (2)
913
return
GetValue
(false);
916
public unsafe override Object GetRawConstantValue() { return
GetValue
(true); }