4 references to TryToTimeSpan
System.Xml (4)
System\Xml\Schema\DataTypeImplementation.cs (2)
1750exception = duration.TryToTimeSpan(XsdDuration.DurationType.YearMonthDuration, out timeSpanValue); 1787exception = duration.TryToTimeSpan(XsdDuration.DurationType.DayTimeDuration, out timeSpanValue);
System\Xml\Schema\XsdDuration.cs (2)
282Exception exception = TryToTimeSpan(durationType, out result); 291return TryToTimeSpan(DurationType.Duration, out result);