4 references to AllowChildTag
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\TestTagHelperDescriptorBuilderExtensions.cs (2)
66builder.AllowChildTag(childTagBuilder => childTagBuilder.Name = allowedChild); 191builder.AllowChildTag(childTag =>
Microsoft.CodeAnalysis.Razor.Compiler (2)
CSharp\DefaultTagHelperDescriptorFactory.cs (2)
154builder.AllowChildTag(childTagBuilder => 163builder.AllowChildTag(childTagBuilder => childTagBuilder.Name = (string?)value.Value);