7 references to YearMonthDuration
System.Private.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (2)
302
s_enumToTypeCode[(int)XmlTypeCode.
YearMonthDuration
] = s_yearMonthDurationType;
1939
public override XmlTypeCode TypeCode { get { return XmlTypeCode.
YearMonthDuration
; } }
System\Xml\Schema\XmlValueConverter.cs (5)
1741
case XmlTypeCode.
YearMonthDuration
: return YearMonthDurationToString((TimeSpan)value);
1790
case XmlTypeCode.
YearMonthDuration
: return StringToYearMonthDuration((string)value);
1854
case XmlTypeCode.
YearMonthDuration
: return StringToYearMonthDuration((string)value);
1863
case XmlTypeCode.
YearMonthDuration
: return ((TimeSpan)value);
1889
case XmlTypeCode.
YearMonthDuration
: return (new XmlAtomicValue(SchemaType!, value));