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