1 write to _lazyAllowedChildren
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperParseTreeRewriter.cs (1)
759_lazyAllowedChildren = new(CreateAllowedChildren);
3 references to _lazyAllowedChildren
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\TagHelperParseTreeRewriter.cs (3)
751public ImmutableArray<string> AllowedChildren => _lazyAllowedChildren.Value.Names; 766: _lazyAllowedChildren.Value.NameSet.Contains(tagName); 794return _lazyAllowedChildren.Value.NameSet;