1 instantiation of TagHelperBoundRulesInfo
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperBinder.cs (1)
207
resultsBuilder.Add(
new
(descriptor, tempRulesBuilder.ToImmutable()));
12 references to TagHelperBoundRulesInfo
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\DefaultTagHelperResolutionPhase.cs (2)
455
foreach (
var
boundRulesInfo in binding.AllBoundRules)
1147
foreach (
var
boundRulesInfo in binding.AllBoundRules)
Language\Legacy\TagHelperBlockRewriter.cs (1)
31
foreach (
var
boundRulesInfo in bindingResult.AllBoundRules)
Language\Legacy\TagHelperParseTreeRewriter.cs (2)
359
foreach (
var
boundRulesInfo in tagHelperBinding.AllBoundRules)
480
foreach (
var
boundRulesInfo in bindingResult.AllBoundRules)
Language\TagHelperBinder.cs (2)
155
using var resultsBuilder = new PooledArrayBuilder<
TagHelperBoundRulesInfo
>();
183
ref PooledArrayBuilder<
TagHelperBoundRulesInfo
> resultsBuilder,
Language\TagHelperBinding.cs (4)
12
public ImmutableArray<
TagHelperBoundRulesInfo
> AllBoundRules { get; }
18
private LazyValue<ImmutableArray<
TagHelperBoundRulesInfo
>, TagHelperCollection> _lazyTagHelpers = new(static allBoundRules =>
21
foreach (
var
boundRule in allBoundRules)
30
ImmutableArray<
TagHelperBoundRulesInfo
> allBoundRules,
Microsoft.CodeAnalysis.Razor.Workspaces (1)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (1)
157
foreach (
var
boundRulesInfo in bindingResult.AllBoundRules)