2 writes to container
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
172
this.
container
= container;
202
this.
container
= null;
3 references to container
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ActionFrame.cs (3)
55
get { return this.
container
; }
220
if(this.
container
!= null) {
222
this.action = this.
container
.GetAction(this.currentAction);