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