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)
221
Debug.Assert(
_action
is ContainerAction);
222
return ((ContainerAction)
_action
).GetAction(actionIndex);
235
[MemberNotNullWhen(false, nameof(
_action
))]
238
if (
_action
== null)
244
_action
.Execute(processor, this);
260
return
_action
== null;