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