1 write to _parent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagMatchingRuleDescriptor.cs (1)
67
_parent
= parent;
2 references to _parent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagMatchingRuleDescriptor.cs (2)
60
=>
_parent
?? ThrowHelper.ThrowInvalidOperationException<TagHelperDescriptor>(Resources.Parent_has_not_been_set);
65
Debug.Assert(
_parent
== null);