4 writes to action
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\ActionFrame.cs (4)
171this.action = action; 191this.action = action; 222this.action = this.container.GetAction(this.currentAction); 226this.action = null;
11 references to action
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\ActionFrame.cs (11)
196Debug.Assert(this.action is ContainerAction); 197return((ContainerAction) this.action).GetAction(actionIndex); 210if (this.action == null) { 215this.action.Execute(processor, this); 228return this.action == null; 275if (this.action == null) { 278return this.action.GetDbgData(this).StyleSheet; 286if (this.action == null) { 289return this.action.GetDbgData(this).Variables.Length; 292return this.action.GetDbgData(this).Variables[varIndex].GetDbgData(null).StyleSheet; 295return GetVariable(this.action.GetDbgData(this).Variables[varIndex].VarKey);