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)
20if (_renderedBoundAttributes == null) 25return _renderedBoundAttributes;