1 write to _parent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptor.cs (1)
113
_parent
= parent;
2 references to _parent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeDescriptor.cs (2)
106
=>
_parent
?? ThrowHelper.ThrowInvalidOperationException<TagHelperDescriptor>(Resources.Parent_has_not_been_set);
111
Debug.Assert(
_parent
== null);