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