1 write to _toolExited
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
771
_toolExited
= new ManualResetEvent(false);
4 references to _toolExited
Microsoft.Build.Utilities.Core (4)
ToolTask.cs (4)
867
_toolExited
.Dispose();
948
_toolExited
1266
Assumed.NotNull(
_toolExited
, "The signalling event for tool exit must be available.");
1272
_toolExited
.Set();