3 references to GetXPathType
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (3)
166
XPathResultType actual =
GetXPathType
(parameters[par].ParameterType);
966
XPathResultType returnType =
GetXPathType
(method.ReturnType);
977
argTypes[i] =
GetXPathType
(parameters[i].ParameterType);