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