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)
751
public ImmutableArray<string> AllowedChildren =>
_lazyAllowedChildren
.Value.Names;
766
:
_lazyAllowedChildren
.Value.NameSet.Contains(tagName);
794
return
_lazyAllowedChildren
.Value.NameSet;