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; 554result._months = value;
5 references to _months
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (5)
186get { return _months; } 336ticks += ((ulong)_years + (ulong)_months / 12) * 365; 337ticks += ((ulong)_months % 12) * 30; 421if (_months != 0) 423sb.Append(XmlConvert.ToString(_months));