3 writes to containedActions
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
860this.containedActions ??= new ArrayList();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
144dstAttSet.containedActions = new ArrayList();
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
202clone.containedActions = this.containedActions;
35 references to containedActions
System.Private.Xml (35)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (2)
140if (this.containedActions != null && this.containedActions.Count > 0)
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (2)
89if (this.containedActions != null && this.containedActions.Count > 0)
System\Xml\Xsl\XsltOld\ContainerAction.cs (12)
861this.containedActions.Add(action); 958if (this.containedActions != null && this.containedActions.Count > 0) 981Debug.Assert(actionIndex == 0 || this.containedActions != null); 983if (this.containedActions != null && actionIndex < this.containedActions.Count) 985return (Action)this.containedActions[actionIndex]!; 995if (this.containedActions != null) 997foreach (CompiledAction action in this.containedActions) 1010if (this.containedActions == null) 1014for (int i = 0; i < this.containedActions.Count; i++) 1016((Action)this.containedActions[i]!).ReplaceNamespaceAlias(compiler);
System\Xml\Xsl\XsltOld\CopyAction.cs (1)
32if (this.containedActions == null)
System\Xml\Xsl\XsltOld\ElementAction.cs (1)
74_empty = (this.containedActions == null);
System\Xml\Xsl\XsltOld\newinstructionaction.cs (2)
60if (this.containedActions != null && this.containedActions.Count > 0)
System\Xml\Xsl\XsltOld\RootAction.cs (7)
122attSet.containedActions?.Reverse(); 137ArrayList? srcAttList = srcAttSet.containedActions; 149ArrayList? dstAttList = dstAttSet.containedActions; 198if (container.containedActions == null) 202foreach (Action action in container.containedActions) 262if (this.containedActions != null && this.containedActions.Count > 0)
System\Xml\Xsl\XsltOld\TemplateAction.cs (3)
202clone.containedActions = this.containedActions; 234if (this.containedActions != null && this.containedActions.Count > 0)
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
74if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) 79if (this.containedActions != null) 154if (this.containedActions == null)
System\Xml\Xsl\XsltOld\WithParamAction.cs (2)
25if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) 47if (this.containedActions == null)