4 writes to StreamTimeUtc
Microsoft.Build (4)
Construction\ProjectRootElement.cs (3)
1572
StreamTimeUtc
= null;
1627
StreamTimeUtc
= DateTime.UtcNow;
2113
StreamTimeUtc
= null;
Evaluation\Evaluator.cs (1)
2229
importedProjectElement.
StreamTimeUtc
= null;
3 references to StreamTimeUtc
Microsoft.Build (3)
Construction\ProjectRootElement.cs (2)
1570
if (_lastWriteTimeWhenReadUtc >
StreamTimeUtc
)
2111
if (
StreamTimeUtc
< _lastWriteTimeWhenReadUtc)
Evaluation\Evaluator.cs (1)
2226
if (importedProjectElement.
StreamTimeUtc
?.ToLocalTime() > _lastModifiedProject.LastWriteTimeWhenRead)