5 references to CloneScopeManager
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\AttributeAction.cs (2)
72
this.qname = CreateAttributeQName(this.name, this.nsUri, compiler.
CloneScopeManager
());
76
this.manager = compiler.
CloneScopeManager
();
System\Xml\Xsl\XsltOld\ElementAction.cs (2)
56
this.qname = CreateElementQName(this.name, this.nsUri, compiler.
CloneScopeManager
());
60
this.manager = compiler.
CloneScopeManager
();
System\Xml\Xsl\XsltOld\SortAction.cs (1)
108
this.manager = compiler.
CloneScopeManager
();