7 references to XPathNavigatorType
System.Private.Xml (7)
System\Xml\Schema\XmlValueConverter.cs (7)
260_clrTypeDefault = XPathNavigatorType; 2815if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ((XPathNavigator)value); 2817if (destinationType == XPathNavigatorType) 2819if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ToNavigator((XPathNavigator)value); 2854throw CreateInvalidClrMappingException(XPathNavigatorType, XPathNavigatorType); 3003if (itemTypeDst == XPathNavigatorType) return ToArray<XPathNavigator>(value, nsResolver);