10 references to XPathNavigatorType
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
313_clrTypeDefault = XPathNavigatorType; 3027if (destinationType == XPathNavigatorType) 3029if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ((XPathNavigator)value); 3033if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ((XPathItem)value); 3347if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ((XPathNavigator)value); 3349if (destinationType == XPathNavigatorType) 3351if (IsDerivedFrom(sourceType, XPathNavigatorType)) return ToNavigator((XPathNavigator)value); 3386throw CreateInvalidClrMappingException(XPathNavigatorType, XPathNavigatorType); 3535if (itemTypeDst == XPathNavigatorType) return ToArray<XPathNavigator>(value, nsResolver);