1 write to _creationTime
Microsoft.Build (1)
BackEnd\Components\Scheduler\SchedulableRequest.cs (1)
257_creationTime = value;
2 references to _creationTime
Microsoft.Build (2)
BackEnd\Components\Scheduler\SchedulableRequest.cs (2)
251return _creationTime; 256ErrorUtilities.VerifyThrow(_creationTime == DateTime.MinValue, "Cannot set CreationTime twice.");