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