4 writes to StreamTimeUtc
Microsoft.Build (4)
Construction\ProjectRootElement.cs (3)
1570
StreamTimeUtc
= null;
1625
StreamTimeUtc
= DateTime.UtcNow;
2111
StreamTimeUtc
= null;
Evaluation\Evaluator.cs (1)
2192
importedProjectElement.
StreamTimeUtc
= null;
3 references to StreamTimeUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (2)
1568
if (_lastWriteTimeWhenReadUtc >
StreamTimeUtc
)
2109
if (
StreamTimeUtc
< _lastWriteTimeWhenReadUtc)
Evaluation\Evaluator.cs (1)
2189
if (importedProjectElement.
StreamTimeUtc
?.ToLocalTime() > _lastModifiedProject.LastWriteTimeWhenRead)