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