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