6 references to GetBoundRules
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
TagHelperBinderTest.cs (5)
39
Assert.Equal<TagMatchingRuleDescriptor>(divTagHelper.TagMatchingRules, binding.
GetBoundRules
(divTagHelper));
81
var mapping = Assert.Single(binding.
GetBoundRules
(multiTagHelper));
136
var mapping = Assert.Single(binding.
GetBoundRules
(expectedTagHelpers[i]));
590
var boundRules = binding.
GetBoundRules
(boundTagHelper);
619
var boundRules = binding.
GetBoundRules
(boundTagHelper);
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (1)
TagHelperFactsTest.cs (1)
71
var boundRule = Assert.Single(binding.
GetBoundRules
(tagHelper));