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