1 write to _renderedBoundAttributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\TagHelperRenderingContext.cs (1)
22
_renderedBoundAttributes
= new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
2 references to _renderedBoundAttributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\TagHelperRenderingContext.cs (2)
20
if (
_renderedBoundAttributes
== null)
25
return
_renderedBoundAttributes
;