2 writes to _argXmlTypes
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
113
_argXmlTypes
= null;
246
_argXmlTypes
= new XmlQueryType[paramInfo.Length];
8 references to _argXmlTypes
System.Private.Xml (8)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (8)
151
return
_argXmlTypes
![index];
249
_argXmlTypes
[i] = InferXmlType(_argClrTypes[i]);
260
if ((object)
_argXmlTypes
[i] == (object)XmlQueryTypeFactory.NodeNotRtf)
261
_argXmlTypes
[i] = XmlQueryTypeFactory.Node;
262
else if ((object)
_argXmlTypes
[i] == (object)XmlQueryTypeFactory.NodeSDod)
263
_argXmlTypes
[i] = XmlQueryTypeFactory.NodeS;
267
if ((object)
_argXmlTypes
[i] == (object)XmlQueryTypeFactory.NodeSDod)
268
_argXmlTypes
[i] = XmlQueryTypeFactory.NodeNotRtfS;