1 write to StartTime
Microsoft.Build.Utilities.Core (1)
LockCheck.cs (1)
207StartTime = DateTime.FromFileTime((((long)processInfo.Process.ProcessStartTime.dwHighDateTime) << 32) |
4 references to StartTime
Microsoft.Build.Utilities.Core (4)
LockCheck.cs (4)
229var h2 = StartTime.GetHashCode(); 237return other.ProcessId == ProcessId && other.StartTime == StartTime; 244return ProcessId + "@" + StartTime.ToString("s");