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