2 writes to xsltLib
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
90this.xsltLib = null; 236this.xsltLib = new XsltLibrary(this);
2 references to xsltLib
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
235if (this.xsltLib == null) { 239return this.xsltLib;