2 writes to _lastWriteTimeWhenReadUtc
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
1569
_lastWriteTimeWhenReadUtc
= fileInfo.LastWriteTimeUtc;
2110
_lastWriteTimeWhenReadUtc
= FileUtilities.GetFileInfoNoThrow(fullPath).LastWriteTimeUtc;
3 references to _lastWriteTimeWhenReadUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
639
public DateTime LastWriteTimeWhenRead => Link != null ? RootLink.LastWriteTimeWhenRead :
_lastWriteTimeWhenReadUtc
.ToLocalTime();
1570
if (
_lastWriteTimeWhenReadUtc
> StreamTimeUtc)
2111
if (StreamTimeUtc <
_lastWriteTimeWhenReadUtc
)