7 references to YearMonthDuration
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
307
s_enumToTypeCode[(int)XmlTypeCode.
YearMonthDuration
] = s_yearMonthDurationType;
1980
public override XmlTypeCode TypeCode { get { return XmlTypeCode.
YearMonthDuration
; } }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (5)
2076
case XmlTypeCode.
YearMonthDuration
: return YearMonthDurationToString((TimeSpan)value);
2125
case XmlTypeCode.
YearMonthDuration
: return StringToYearMonthDuration((string)value);
2189
case XmlTypeCode.
YearMonthDuration
: return StringToYearMonthDuration((string)value);
2198
case XmlTypeCode.
YearMonthDuration
: return ((TimeSpan)value);
2224
case XmlTypeCode.
YearMonthDuration
: return (new XmlAtomicValue(SchemaType, value));