2 references to DurationToString
System.Private.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1740
case XmlTypeCode.Duration: return
DurationToString
((TimeSpan)value);
2252
if (sourceType == TimeSpanType) return
DurationToString
((TimeSpan)value);