3 references to GetXPathType
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
142
XPathResultType actual =
GetXPathType
(parameters[par].ParameterType);
796
XPathResultType returnType =
GetXPathType
(method.ReturnType);
806
argTypes[i] =
GetXPathType
(parameters[i].ParameterType);