4 writes to _months
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (4)
59
_months
= months;
123
_months
= 0;
152
_months
= result.Months;
554
result.
_months
= value;
5 references to _months
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (5)
186
get { return
_months
; }
336
ticks += ((ulong)_years + (ulong)
_months
/ 12) * 365;
337
ticks += ((ulong)
_months
% 12) * 30;
421
if (
_months
!= 0)
423
sb.Append(XmlConvert.ToString(
_months
));