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