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 1270Assumed.NotNull(_toolExited, "The signalling event for tool exit must be available."); 1276_toolExited.Set();