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