1 write to argTypes
System.Data.SqlXml (1)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
864
this.
argTypes
= argTypes;
2 references to argTypes
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
904
if (
argTypes
[i] == XmlTypeCode.Node && f.CannotBeNodeSet(args[i])) {
907
args[i] = f.ConvertToType(
argTypes
[i], args[i]);