5 references to CanSatisfyBoundAttribute
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
TagHelperMatchingConventionsTest.cs (2)
147var result = TagHelperMatchingConventions.CanSatisfyBoundAttribute("style", boundAttribute); 164var result = TagHelperMatchingConventions.CanSatisfyBoundAttribute("asp-route-controller", boundAttribute);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperMatchingConventions.cs (1)
242if (CanSatisfyBoundAttribute(name, attribute))
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\DirectiveAttributeCompletionContext.cs (1)
26=> TagHelperMatchingConventions.CanSatisfyBoundAttribute(SelectedAttributeName, attribute);
TagHelperFacts.cs (1)
60if (TagHelperMatchingConventions.CanSatisfyBoundAttribute(attributeName, boundAttribute))