1 write to _argList
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
48
_argList
= argList;
6 references to _argList
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (6)
214
return
_argList
?.GetParam(localName, namespaceUri);
229
return
_argList
?.GetExtensionObject(namespaceUri);
240
if (
_argList
== null)
243
instance =
_argList
.GetExtensionObject(namespaceUri);
264
instance =
_argList
?.GetExtensionObject(namespaceUri);
331
_argList
?.xsltMessageEncountered?.Invoke(this, new XmlILQueryEventArgs(message));