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)
151return _argXmlTypes![index]; 249_argXmlTypes[i] = InferXmlType(_argClrTypes[i]); 260if ((object)_argXmlTypes[i] == (object)XmlQueryTypeFactory.NodeNotRtf) 261_argXmlTypes[i] = XmlQueryTypeFactory.Node; 262else if ((object)_argXmlTypes[i] == (object)XmlQueryTypeFactory.NodeSDod) 263_argXmlTypes[i] = XmlQueryTypeFactory.NodeS; 267if ((object)_argXmlTypes[i] == (object)XmlQueryTypeFactory.NodeSDod) 268_argXmlTypes[i] = XmlQueryTypeFactory.NodeNotRtfS;