11 references to UriType
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (11)
2069
if (IsDerivedFrom(sourceType,
UriType
)) if (TypeCode == XmlTypeCode.AnyUri) return AnyUriToString((Uri)value);
2128
if (destinationType ==
UriType
) if (TypeCode == XmlTypeCode.AnyUri) return XmlConvert.ToUri((string)value);
2202
if (destinationType ==
UriType
)
2205
if (IsDerivedFrom(sourceType,
UriType
)) if (TypeCode == XmlTypeCode.AnyUri) return ((Uri)value);
2227
if (IsDerivedFrom(sourceType,
UriType
)) if (TypeCode == XmlTypeCode.AnyUri) return (new XmlAtomicValue(SchemaType, value));
2656
if (IsDerivedFrom(sourceType,
UriType
)) return AnyUriToString((Uri)value);
2770
if (destinationType ==
UriType
) return XmlConvert.ToUri((string)value);
2851
if (destinationType ==
UriType
)
2942
if (clrType ==
UriType
) return true;
3341
if (IsDerivedFrom(sourceType,
UriType
)) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.AnyUri), value));
3531
if (itemTypeDst ==
UriType
) return ToArray<Uri>(value, nsResolver);