3 references to CheckValue
mscorlib (3)
system\reflection\fieldinfo.cs (2)
573value = fieldType.CheckValue(value, binder, culture, invokeAttr); 615value = fieldType.CheckValue(value, binder, culture, invokeAttr);
system\reflection\methodbase.cs (1)
358copyOfParameters[i] = argRT.CheckValue(arg, binder, culture, invokeAttr);