10 references to YearMonthDuration
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
1961
exception = XsdDuration.TryParse(s, XsdDuration.DurationType.
YearMonthDuration
, out duration);
1966
exception = duration.TryToTimeSpan(XsdDuration.DurationType.
YearMonthDuration
, out timeSpanValue);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
748
return new XsdDuration(value, XsdDuration.DurationType.
YearMonthDuration
).ToTimeSpan(XsdDuration.DurationType.
YearMonthDuration
);
872
return new XsdDuration(value, XsdDuration.DurationType.
YearMonthDuration
).ToString(XsdDuration.DurationType.
YearMonthDuration
);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (4)
99
if (durationType == DurationType.
YearMonthDuration
)
341
if (durationType != DurationType.
YearMonthDuration
)
428
if (durationType != DurationType.
YearMonthDuration
)
668
else if (durationType == DurationType.
YearMonthDuration
)