3 writes to containedActions
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
717
this.
containedActions
= new ArrayList();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
141
dstAttSet.
containedActions
= new ArrayList();
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
182
clone.
containedActions
= this.containedActions;
38 references to containedActions
System.Data.SqlXml (38)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (2)
129
if (this.
containedActions
!= null && this.
containedActions
.Count > 0) {
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (2)
80
if (this.
containedActions
!= null && this.
containedActions
.Count > 0) {
System\Xml\Xsl\XsltOld\ContainerAction.cs (14)
716
if (this.
containedActions
== null) {
719
this.
containedActions
.Add(action);
798
if (this.
containedActions
!= null && this.
containedActions
.Count > 0) {
818
Debug.Assert(actionIndex == 0 || this.
containedActions
!= null);
820
if (this.
containedActions
!= null && actionIndex < this.
containedActions
.Count) {
821
return (Action) this.
containedActions
[actionIndex];
829
if (this.
containedActions
!= null) {
830
foreach(CompiledAction action in this.
containedActions
) {
840
if (this.
containedActions
== null) {
843
int count = this.
containedActions
.Count;
844
for(int i= 0; i < this.
containedActions
.Count; i++) {
845
((Action)this.
containedActions
[i]).ReplaceNamespaceAlias(compiler);
System\Xml\Xsl\XsltOld\CopyAction.cs (1)
35
if (this.
containedActions
== null)
System\Xml\Xsl\XsltOld\ElementAction.cs (1)
68
this.empty = (this.
containedActions
== null) ;
System\Xml\Xsl\XsltOld\NewInstructionAction.cs (2)
54
if (this.
containedActions
!= null && this.
containedActions
.Count > 0) {
System\Xml\Xsl\XsltOld\RootAction.cs (8)
122
if (attSet.
containedActions
!= null) {
123
attSet.
containedActions
.Reverse();
136
ArrayList srcAttList = srcAttSet.
containedActions
;
145
ArrayList dstAttList = dstAttSet.
containedActions
;
183
if (container.
containedActions
== null) {
186
foreach(Action action in container.
containedActions
) {
235
if (this.
containedActions
!= null && this.
containedActions
.Count > 0) {
System\Xml\Xsl\XsltOld\TemplateAction.cs (3)
182
clone.containedActions = this.
containedActions
;
209
if (this.
containedActions
!= null && this.
containedActions
.Count > 0) {
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
68
if (this.selectKey != Compiler.InvalidQueryKey && this.
containedActions
!= null) {
72
if (this.
containedActions
!= null) {
131
if (this.
containedActions
== null) {
System\Xml\Xsl\XsltOld\WithParamAction.cs (2)
26
if (this.selectKey != Compiler.InvalidQueryKey && this.
containedActions
!= null) {
43
if (this.
containedActions
== null) {