1 write to handleId
Microsoft.Build.Engine (1)
Engine\SchedulerRecord.cs (1)
187this.handleId = handleId;
4 references to handleId
Microsoft.Build.Engine (4)
Engine\SchedulerRecord.cs (4)
197return handleId; 218if (other.handleId == handleId && other.requestId == requestId) 230return handleId + (requestId << 24);