ComplusTypeValidator.cs (4)
138if (!IsValidParameter(typeOfParam, parameter, allowReferences, out typeMismatchDetails))
148if (!IsValidParameter(method.ReturnType, method.ReturnTypeCustomAttributes, allowReferences, out typeMismatchDetails))
264if (!IsValidParameter(typeOfParam, parameter, allowReferences, out typeMismatchDetails))
274if (!IsValidParameter(method.ReturnType, method.ReturnTypeCustomAttributes, allowReferences, out typeMismatchDetails))