2 writes to _lastWriteTimeWhenReadUtc
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
1567
_lastWriteTimeWhenReadUtc
= fileInfo.LastWriteTimeUtc;
2108
_lastWriteTimeWhenReadUtc
= FileUtilities.GetFileInfoNoThrow(fullPath).LastWriteTimeUtc;
3 references to _lastWriteTimeWhenReadUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
631
public DateTime LastWriteTimeWhenRead => Link != null ? RootLink.LastWriteTimeWhenRead :
_lastWriteTimeWhenReadUtc
.ToLocalTime();
1568
if (
_lastWriteTimeWhenReadUtc
> StreamTimeUtc)
2109
if (StreamTimeUtc <
_lastWriteTimeWhenReadUtc
)