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