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