2 references to RuleSetBadAttributeValue
Microsoft.CodeAnalysis (2)
RuleSet\RuleSetProcessor.cs (2)
234
throw new InvalidRuleSetException(string.Format(CodeAnalysisResources.
RuleSetBadAttributeValue
, RuleActionAttributeName, action));
263
throw new InvalidRuleSetException(string.Format(CodeAnalysisResources.
RuleSetBadAttributeValue
, attributeName, attribute.Value));