10 references to XPathNavigatorType
System.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
304this.clrTypeDefault = XPathNavigatorType; 2727if (destinationType == XPathNavigatorType) { 2728if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ((XPathNavigator) value); 2731if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ((XPathItem) value); 3015if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ((XPathNavigator) value); 3017if (destinationType == XPathNavigatorType) { 3018if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ToNavigator((XPathNavigator) value); 3050throw CreateInvalidClrMappingException(XPathNavigatorType, XPathNavigatorType); 3186if (itemTypeDst == XPathNavigatorType) return ToArray<XPathNavigator>(value, nsResolver);