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