2 references to RuleActionAttributeName
Microsoft.CodeAnalysis (2)
RuleSet\RuleSetProcessor.cs (2)
207string action = ReadNonEmptyAttribute(node, RuleActionAttributeName); 234throw new InvalidRuleSetException(string.Format(CodeAnalysisResources.RuleSetBadAttributeValue, RuleActionAttributeName, action));