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