2 references to SatisfiesBoundAttributeWithParameter
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperMatchingConventions.cs (1)
106
if (
SatisfiesBoundAttributeWithParameter
(parameter, name, descriptor))
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\DirectiveAttributeCompletionContext.cs (1)
23
TagHelperMatchingConventions.
SatisfiesBoundAttributeWithParameter
(arg.parameter, name, arg.attribute));