5 writes to _newestTLogTimeUtc
Microsoft.Build.Utilities.Core (5)
TrackedDependencies\FlatTrackingData.cs (5)
148
set =>
_newestTLogTimeUtc
= value.ToUniversalTime();
158
set =>
_newestTLogTimeUtc
= value.ToUniversalTime();
412
_newestTLogTimeUtc
= tlogLastWriteTimeUtc;
506
_newestTLogTimeUtc
= DateTime.MinValue;
516
_newestTLogTimeUtc
= tlogLastWriteTimeUtc;
4 references to _newestTLogTimeUtc
Microsoft.Build.Utilities.Core (4)
TrackedDependencies\FlatTrackingData.cs (4)
147
get =>
_newestTLogTimeUtc
.ToLocalTime();
157
get =>
_newestTLogTimeUtc
;
410
if (tlogLastWriteTimeUtc >
_newestTLogTimeUtc
)
514
if (tlogLastWriteTimeUtc >
_newestTLogTimeUtc
)