11 references to TimeSpanType
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (11)
2070
if (sourceType ==
TimeSpanType
)
2119
if (destinationType ==
TimeSpanType
)
2181
if (destinationType ==
TimeSpanType
)
2192
if (sourceType ==
TimeSpanType
)
2218
if (sourceType ==
TimeSpanType
)
2652
if (sourceType ==
TimeSpanType
) return DurationToString((TimeSpan)value);
2766
if (destinationType ==
TimeSpanType
) return StringToDuration((string)value);
2835
if (destinationType ==
TimeSpanType
)
2938
if (clrType ==
TimeSpanType
) return true;
3337
if (sourceType ==
TimeSpanType
) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Duration), value));
3527
if (itemTypeDst ==
TimeSpanType
) return ToArray<TimeSpan>(value, nsResolver);