1 write to environment
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
30
this.
environment
= environment;
2 references to environment
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
132
string nsUri = prefix == null ? null : this.
environment
.ResolvePrefix(prefix);
278
matches =
environment
.ResolveFunction(prefix, name, args, new XsltFunctionFocus(i));