2 writes to ExternalLoggingServices
Microsoft.Build.Engine (2)
Engine\Node.cs (2)
547localEngine.ExternalLoggingServices = outProcLoggingService; 556localEngine.ExternalLoggingServices = outProcLoggingService;
3 references to ExternalLoggingServices
Microsoft.Build.Engine (3)
Engine\Engine.cs (3)
1803if (ExternalLoggingServices != null && (ExternalLoggingServices.NeedsFlush(lastLoopActivity) || forceFlush)) 1805if (ExternalLoggingServices.ProcessPostedLoggingEvents())