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