6 references to ReadNonEmptyAttribute
Microsoft.CodeAnalysis (6)
RuleSet\RuleSetProcessor.cs (6)
151
_ =
ReadNonEmptyAttribute
(rulesNode, RulesAnalyzerIdAttributeName);
152
_ =
ReadNonEmptyAttribute
(rulesNode, RulesNamespaceAttributeName);
180
string ruleId =
ReadNonEmptyAttribute
(ruleNode, RuleIdAttributeName);
193
string includePath =
ReadNonEmptyAttribute
(includeNode, IncludePathAttributeName);
207
string action =
ReadNonEmptyAttribute
(node, RuleActionAttributeName);
289
ReadNonEmptyAttribute
(node, attributeName);