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