3 references to SatisfiesAttributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperMatchingConventions.cs (1)
26
SatisfiesAttributes
(rule, tagAttributes);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Razor\ComponentAccessibilityCodeActionProvider.cs (1)
257
!TagHelperMatchingConventions.
SatisfiesAttributes
(rule, tagAttributes))
Completion\TagHelperCompletionService.cs (1)
237
if (addRuleCompletions && (!checkAttributeRules || TagHelperMatchingConventions.
SatisfiesAttributes
(rule, tagAttributes)))