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