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