2 references to s_CustomConstantAttributeType
mscorlib (2)
system\reflection\parameterinfo.cs (2)
661
else if (attrType.IsSubclassOf(
s_CustomConstantAttributeType
))
669
Object[] CustomAttrs = GetCustomAttributes(
s_CustomConstantAttributeType
, false);