11 references to TimeSpanType
System.Xml (11)
System\Xml\Schema\XmlValueConverter.cs (11)
1884if (sourceType == TimeSpanType) { 1924if (destinationType == TimeSpanType) { 1973if (destinationType == TimeSpanType) { 1981if (sourceType == TimeSpanType) { 2001if (sourceType == TimeSpanType) { 2390if (sourceType == TimeSpanType) return DurationToString((TimeSpan) value); 2495if (destinationType == TimeSpanType) return StringToDuration((string) value); 2551if (destinationType == TimeSpanType) { 2641if (clrType == TimeSpanType) return true; 3006if (sourceType == TimeSpanType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Duration), value)); 3178if (itemTypeDst == TimeSpanType) return ToArray<TimeSpan>(value, nsResolver);