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