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