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(); 237if (_perEncoderChildContent == null) 244_perEncoderChildContent.TryGetValue(encoder, out childContent); 266_perEncoderChildContent[encoder] = childContent;