1 write to argList
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
50this.argList = argList;
10 references to argList
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (10)
196return (this.argList != null) ? this.argList.GetParam(localName, namespaceUri) : null; 208return (this.argList != null) ? this.argList.GetExtensionObject(namespaceUri) : null; 217if (this.argList == null) 220instance = this.argList.GetExtensionObject(namespaceUri); 239instance = (this.argList != null) ? this.argList.GetExtensionObject(namespaceUri) : null; 304XsltMessageEncounteredEventHandler onMessage = (this.argList != null) ? argList.xsltMessageEncountered : null;