2 references to RFLCT_InvalidPropFail
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1579
throw new CustomAttributeFormatException(SR.Format(SR.
RFLCT_InvalidPropFail
, name));
1599
SR.Format(isProperty ? SR.
RFLCT_InvalidPropFail
: SR.RFLCT_InvalidFieldFail, name), e);