1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
761
_loggingService
= _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
15 references to _loggingService
Microsoft.Build (15)
BackEnd\Node\OutOfProcNode.cs (15)
191
ILoggingService IBuildComponentHost.LoggingService =>
_loggingService
;
495
if (_loggingContext != null &&
_loggingService
!= null)
498
((IBuildComponent)
_loggingService
).ShutdownComponent();
504
if (_loggingContext != null &&
_loggingService
!= null)
769
_loggingService
.IncludeEvaluationMetaprojects = true;
774
_loggingService
.IncludeEvaluationProfile = true;
779
_loggingService
.IncludeTaskInputs = true;
784
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
795
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
803
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
814
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
815
_loggingService
.RunningOnRemoteNode = true;
820
_loggingService
.SerializeAllProperties = true;
824
_loggingService
.SerializeAllProperties = false;
828
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);