2 writes to primaryLoggingServices
Microsoft.Build.Engine (2)
Engine\Engine.cs (2)
375this.primaryLoggingServices = new EngineLoggingServicesInProc(eventSource, false, flushRequestEvent); 759this.primaryLoggingServices = value;
26 references to primaryLoggingServices
Microsoft.Build.Engine (26)
Engine\Engine.cs (26)
386this.primaryLoggingServices.FlushBuildEventsImmediatly = true; 755return this.primaryLoggingServices; 1044nodeManager.UpdateSettings(enabledCentralLogging, this.primaryLoggingServices.OnlyLogCriticalEvents, true); 1118((EngineLoggingServicesInProc)primaryLoggingServices).RegisterEventSource 1137EventRedirector newRedirector = new EventRedirector(forwardingLogger.LoggerId, primaryLoggingServices); 1174((EngineLoggingServicesInProc)primaryLoggingServices).RegisterEventSource(forwardingLogger.LoggerId, privateEventSource); 1182primaryLoggingServices.BeginEatingEvents(); 1190primaryLoggingServices.EndEatingEvents(); 1203((EngineLoggingServicesInProc)primaryLoggingServices).UnregisterEventSource 1211primaryLoggingServices.ProcessPostedLoggingEvents(); 1213primaryLoggingServices.Shutdown(); 1511return this.primaryLoggingServices.OnlyLogCriticalEvents; 1515this.primaryLoggingServices.OnlyLogCriticalEvents = value; 1650else if (primaryLoggingServices.NeedsFlush(lastLoopActivity)) 1723primaryLoggingServices.LogInvalidProjectFileError(currentRequest.ParentBuildEventContext, projectException); 1901primaryLoggingServices.LogInvalidProjectFileError(buildRequest.ParentBuildEventContext, e); 1937primaryLoggingServices.ProcessPostedLoggingEvents(); 2338primaryLoggingServices.LogWarning(buildEventContext, new BuildEventFileInfo(/* there is truly no file associated with this warning */ String.Empty), 2399primaryLoggingServices.LogFatalBuildError(fatalErrorContext, e, new BuildEventFileInfo(fatalErrorProjectName)); 2403primaryLoggingServices.LogFatalBuildError(buildEventContext, e, new BuildEventFileInfo(String.Empty)); 2580primaryLoggingServices.LogInvalidProjectFileError(buildRequest.ParentBuildEventContext, e); 2629primaryLoggingServices.ProcessPostedLoggingEvents(); 2668primaryLoggingServices.LogProjectStarted(cachedResult.ProjectId, requestContext, currentContext, projectFileInfo.FullName, 2672primaryLoggingServices.LogComment(currentContext, MessageImportance.Low, "ToolsVersionInEffectForBuild", buildRequest.ToolsetVersion); 2680primaryLoggingServices.LogComment(currentContext, 2690primaryLoggingServices.LogProjectFinished(currentContext, projectFileInfo.FullName, cachedResult.EvaluationResult);