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