1 write to argTypes
System.Private.Xml (1)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
992this.argTypes = argTypes;
3 references to argTypes
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
1046Debug.Assert(args.Count == 0 || argTypes != null); 1049if (argTypes![i] == XmlTypeCode.Node && XPathQilFactory.CannotBeNodeSet(args[i])) 1053args[i] = f.ConvertToType(argTypes[i], args[i]);