1 write to AllBoundRules
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperBinding.cs (1)
36
AllBoundRules
= allBoundRules;
8 references to AllBoundRules
Microsoft.CodeAnalysis.Razor.Compiler (7)
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\TagHelperBinding.cs (2)
43
public 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)
157
foreach (var boundRulesInfo in bindingResult.
AllBoundRules
)