2 writes to environment
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
749
this.
environment
= null;
763
this.
environment
= environment;
6 references to environment
System.Data.SqlXml (6)
System\Xml\Xsl\XPath\XPathBuilder.cs (6)
785
if (this.
environment
!= null) {
786
unknown = this.
environment
.GetCurrent();
794
if (this.
environment
!= null) {
795
unknown = this.
environment
.GetPosition();
804
if (this.
environment
!= null) {
805
unknown = this.
environment
.GetLast();