4 writes to _newestFileTimeUtc
Microsoft.Build.Utilities.Core (4)
TrackedDependencies\FlatTrackingData.cs (4)
109
set =>
_newestFileTimeUtc
= value.ToUniversalTime();
118
set =>
_newestFileTimeUtc
= value.ToUniversalTime();
503
_newestFileTimeUtc
= DateTime.MinValue;
587
_newestFileTimeUtc
= fileModifiedTimeUtc;
3 references to _newestFileTimeUtc
Microsoft.Build.Utilities.Core (3)
TrackedDependencies\FlatTrackingData.cs (3)
108
get =>
_newestFileTimeUtc
.ToLocalTime();
117
get =>
_newestFileTimeUtc
;
585
if (fileModifiedTimeUtc >
_newestFileTimeUtc
)