1 write to _perEncoderChildContent
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
240
_perEncoderChildContent
= new Dictionary<HtmlEncoder, TagHelperContent>();
4 references to _perEncoderChildContent
Microsoft.AspNetCore.Razor.Runtime (4)
Runtime\TagHelpers\TagHelperExecutionContext.cs (4)
191
_perEncoderChildContent
?.Clear();
237
if (
_perEncoderChildContent
== null)
244
_perEncoderChildContent
.TryGetValue(encoder, out childContent);
266
_perEncoderChildContent
[encoder] = childContent;