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