1 write to _parent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeParameterDescriptor.cs (1)
68
_parent
= parent;
2 references to _parent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeParameterDescriptor.cs (2)
61
=>
_parent
?? ThrowHelper.ThrowInvalidOperationException<BoundAttributeDescriptor>(Resources.Parent_has_not_been_set);
66
Debug.Assert(
_parent
== null);