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