11 references to UriType
System.Private.Xml (11)
System\Xml\Schema\XmlValueConverter.cs (11)
1734
if (IsDerivedFrom(sourceType,
UriType
)) if (TypeCode == XmlTypeCode.AnyUri) return AnyUriToString((Uri)value);
1793
if (destinationType ==
UriType
) if (TypeCode == XmlTypeCode.AnyUri) return XmlConvert.ToUri((string)value);
1867
if (destinationType ==
UriType
)
1870
if (IsDerivedFrom(sourceType,
UriType
)) if (TypeCode == XmlTypeCode.AnyUri) return ((Uri)value);
1892
if (IsDerivedFrom(sourceType,
UriType
)) if (TypeCode == XmlTypeCode.AnyUri) return (new XmlAtomicValue(SchemaType!, value));
2256
if (IsDerivedFrom(sourceType,
UriType
)) return AnyUriToString((Uri)value);
2350
if (destinationType ==
UriType
) return XmlConvert.ToUri((string)value);
2431
if (destinationType ==
UriType
)
2522
if (clrType ==
UriType
) return true;
2809
if (IsDerivedFrom(sourceType,
UriType
)) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.AnyUri), value));
2999
if (itemTypeDst ==
UriType
) return ToArray<Uri>(value, nsResolver);