1 write to ProcessId
Microsoft.Build.Utilities.Core (1)
LockCheck.cs (1)
204ProcessId = (int)processInfo.Process.dwProcessId;
5 references to ProcessId
Microsoft.Build.Utilities.Core (5)
LockCheck.cs (5)
227var h1 = ProcessId.GetHashCode(); 236return other.ProcessId == ProcessId && other.StartTime == StartTime; 243return $"{ProcessId}@{StartTime:s}"; 249return string.Join(", ", GetLockingProcessInfos(filePath).Select(p => $"{p.ApplicationName} ({p.ProcessId})"));