1 write to ProcessId
Microsoft.Build.Utilities.Core (1)
LockCheck.cs (1)
205ProcessId = (int)processInfo.Process.dwProcessId;
5 references to ProcessId
Microsoft.Build.Utilities.Core (5)
LockCheck.cs (5)
228var h1 = ProcessId.GetHashCode(); 237return other.ProcessId == ProcessId && other.StartTime == StartTime; 244return ProcessId + "@" + StartTime.ToString("s"); 250return string.Join(", ", GetLockingProcessInfos(filePath).Select(p => $"{p.ApplicationName} ({p.ProcessId})"));