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