1 write to flushRequestEvent
Microsoft.Build.Engine (1)
Engine\Engine.cs (1)
373this.flushRequestEvent = new ManualResetEvent(false);
4 references to flushRequestEvent
Microsoft.Build.Engine (4)
Engine\Engine.cs (4)
375this.primaryLoggingServices = new EngineLoggingServicesInProc(eventSource, false, flushRequestEvent); 863return flushRequestEvent; 1616waitHandles[4] = flushRequestEvent; // A logging service needs a flush 1779flushRequestEvent.Reset();