1 write to StartTime
Microsoft.Build.Utilities.Core (1)
LockCheck.cs (1)
206StartTime = DateTime.FromFileTime((((long)processInfo.Process.ProcessStartTime.dwHighDateTime) << 32) |
4 references to StartTime
Microsoft.Build.Utilities.Core (4)
LockCheck.cs (4)
228var h2 = StartTime.GetHashCode(); 236return other.ProcessId == ProcessId && other.StartTime == StartTime; 243return $"{ProcessId}@{StartTime:s}";