3 references to NeedsFlush
Microsoft.Build.Engine (3)
Engine\Engine.cs (3)
1650else if (primaryLoggingServices.NeedsFlush(lastLoopActivity)) 1794if (LoggingServices.NeedsFlush(lastLoopActivity) || forceFlush) 1803if (ExternalLoggingServices != null && (ExternalLoggingServices.NeedsFlush(lastLoopActivity) || forceFlush))