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