1 instantiation of TagHelperBoundRulesInfo
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperBinder.cs (1)
207resultsBuilder.Add(new(descriptor, tempRulesBuilder.ToImmutable()));
12 references to TagHelperBoundRulesInfo
Microsoft.CodeAnalysis.Razor.Compiler (11)
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\TagHelperBinder.cs (2)
155using var resultsBuilder = new PooledArrayBuilder<TagHelperBoundRulesInfo>(); 183ref PooledArrayBuilder<TagHelperBoundRulesInfo> resultsBuilder,
Language\TagHelperBinding.cs (4)
12public ImmutableArray<TagHelperBoundRulesInfo> AllBoundRules { get; } 18private LazyValue<ImmutableArray<TagHelperBoundRulesInfo>, TagHelperCollection> _lazyTagHelpers = new(static allBoundRules => 21foreach (var boundRule in allBoundRules) 30ImmutableArray<TagHelperBoundRulesInfo> allBoundRules,
Microsoft.CodeAnalysis.Razor.Workspaces (1)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (1)
157foreach (var boundRulesInfo in bindingResult.AllBoundRules)