1 write to _parent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\AllowedChildTagDescriptor.cs (1)
38
_parent
= parent;
2 references to _parent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\AllowedChildTagDescriptor.cs (2)
31
=>
_parent
?? ThrowHelper.ThrowInvalidOperationException<TagHelperDescriptor>(Resources.Parent_has_not_been_set);
36
Debug.Assert(
_parent
== null);