5 references to ValidateType
mscorlib (5)
system\reflection\emit\customattributebuilder.cs (5)
98return ValidateType(t.GetElementType()); 149if (!ValidateType(paramTypes[i])) 159if (paramTC != TypeCode.Object || !ValidateType(constructorArgs[i].GetType())) 190if (!ValidateType(propType)) 246if (!ValidateType(fldType))