2 writes to handleId
Microsoft.Build.Engine (2)
Engine\TaskExecutionState.cs (2)
57this.handleId = handleId; 73this.handleId = value;
3 references to handleId
Microsoft.Build.Engine (3)
Engine\TaskExecutionState.cs (3)
69return this.handleId; 147handleId, 201parentModule.PostTaskOutputs(handleId, taskExecutedSuccessfully, thrownException, executionTime);