1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
769
_loggingService
= _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
16 references to _loggingService
Microsoft.Build (16)
BackEnd\Node\OutOfProcNode.cs (16)
193
ILoggingService IBuildComponentHost.LoggingService =>
_loggingService
;
507
if (_loggingContext != null &&
_loggingService
!= null)
510
((IBuildComponent)
_loggingService
).ShutdownComponent();
516
if (_loggingContext != null &&
_loggingService
!= null)
605
_loggingService
.LogWarning(
777
_loggingService
.IncludeEvaluationMetaprojects = true;
782
_loggingService
.IncludeEvaluationProfile = true;
787
_loggingService
.IncludeTaskInputs = true;
792
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
803
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
811
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
822
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
823
_loggingService
.RunningOnRemoteNode = true;
828
_loggingService
.SerializeAllProperties = true;
832
_loggingService
.SerializeAllProperties = false;
836
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);