1 write to AllBoundRules
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperBinding.cs (1)
36AllBoundRules = allBoundRules;
8 references to AllBoundRules
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\DefaultTagHelperResolutionPhase.cs (2)
455foreach (var boundRulesInfo in binding.AllBoundRules) 1147foreach (var boundRulesInfo in binding.AllBoundRules)
Language\Legacy\TagHelperBlockRewriter.cs (1)
31foreach (var boundRulesInfo in bindingResult.AllBoundRules)
Language\Legacy\TagHelperParseTreeRewriter.cs (2)
359foreach (var boundRulesInfo in tagHelperBinding.AllBoundRules) 480foreach (var boundRulesInfo in bindingResult.AllBoundRules)
Language\TagHelperBinding.cs (2)
43public TagHelperCollection TagHelpers => _lazyTagHelpers.GetValue(AllBoundRules); 46=> AllBoundRules.First(descriptor, static (info, d) => info.Descriptor.Equals(d)).Rules;
Microsoft.CodeAnalysis.Razor.Workspaces (1)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (1)
157foreach (var boundRulesInfo in bindingResult.AllBoundRules)