3 references to Error_GenericMethodsNotSupported
System.Workflow.Activities (3)
CorrelationValidator.cs (3)
40
ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.
Error_GenericMethodsNotSupported
), interfaceType.FullName), ErrorNumbers.Error_GenericMethodsNotSupported);
79
ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.
Error_GenericMethodsNotSupported
), methodInfo.Name), ErrorNumbers.Error_GenericMethodsNotSupported);
428
string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.
Error_GenericMethodsNotSupported
), (memberInfo is EventInfo) ? delegateType.Name : methodInfo.Name), ErrorNumbers.Error_GenericMethodsNotSupported);