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