4 writes to _action
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\ActionFrame.cs (4)
191_action = action; 215_action = action; 253_action = _container.GetAction(_currentAction); 258_action = null;
6 references to _action
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\ActionFrame.cs (6)
221Debug.Assert(_action is ContainerAction); 222return ((ContainerAction)_action).GetAction(actionIndex); 235[MemberNotNullWhen(false, nameof(_action))] 238if (_action == null) 244_action.Execute(processor, this); 260return _action == null;