4 writes to _years
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (4)
58
_years
= years;
122
_years
= 0;
151
_years
= result.Years;
540
result.
_years
= value;
4 references to _years
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (4)
178
get { return
_years
; }
336
ticks += ((ulong)
_years
+ (ulong)_months / 12) * 365;
415
if (
_years
!= 0)
417
sb.Append(XmlConvert.ToString(
_years
));