11 references to TimeSpanType
System.Private.Xml (11)
System\Xml\Schema\XmlValueConverter.cs (11)
1735if (sourceType == TimeSpanType) 1784if (destinationType == TimeSpanType) 1846if (destinationType == TimeSpanType) 1857if (sourceType == TimeSpanType) 1883if (sourceType == TimeSpanType) 2252if (sourceType == TimeSpanType) return DurationToString((TimeSpan)value); 2346if (destinationType == TimeSpanType) return StringToDuration((string)value); 2415if (destinationType == TimeSpanType) 2518if (clrType == TimeSpanType) return true; 2805if (sourceType == TimeSpanType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Duration), value)); 2995if (itemTypeDst == TimeSpanType) return ToArray<TimeSpan>(value, nsResolver);