3 writes to _parent
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\AllowedChildTagDescriptorBuilder.cs (1)
22
_parent
= parent;
Language\AllowedChildTagDescriptorBuilder_Pooling.cs (2)
18
builder.
_parent
= parent;
25
_parent
= null;
2 references to _parent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\AllowedChildTagDescriptorBuilder.cs (2)
42
var diagnostic = RazorDiagnosticFactory.CreateTagHelper_InvalidRestrictedChildNullOrWhitespace(
_parent
.GetDisplayName());
52
var diagnostic = RazorDiagnosticFactory.CreateTagHelper_InvalidRestrictedChild(
_parent
.GetDisplayName(), Name, character);