1 write to _toolExited
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
775
_toolExited
= new ManualResetEvent(false);
4 references to _toolExited
Microsoft.Build.Utilities.Core (4)
ToolTask.cs (4)
871
_toolExited
.Dispose();
952
_toolExited
1270
Assumed.NotNull(
_toolExited
, "The signalling event for tool exit must be available.");
1276
_toolExited
.Set();