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