1 write to _loggingService
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
92
_loggingService
= loggingService;
20 references to _loggingService
Microsoft.Build (20)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (20)
206
_loggingService
,
211
_loggingService
,
261
_loggingService
.LogComment(buildEventContext, MessageImportance.High, "LoadingProjectCachePlugin", pluginTypeName);
537
BuildEventContext buildEventContext =
_loggingService
.CreateProjectCacheBuildEventContext(
586
_loggingService
,
590
_loggingService
,
599
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheQueryStartedWithDefaultTargets", buildRequest.ProjectFullPath);
603
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheQueryStartedWithTargetNames", buildRequest.ProjectFullPath, targetNames);
676
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheHitWithDefaultTargets", buildRequest.ProjectFullPath);
680
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheHitWithTargetNames", buildRequest.ProjectFullPath, targetNames);
687
_loggingService
.LogComment(buildEventContext, MessageImportance.High, "ProjectCacheHitWithOutputs", buildRequest.ProjectInstance!.GetPropertyValue(ReservedPropertyNames.projectName));
694
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheMissWithDefaultTargets", buildRequest.ProjectFullPath);
698
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheMissWithTargetNames", buildRequest.ProjectFullPath, targetNames);
705
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheNotApplicableWithDefaultTargets", buildRequest.ProjectFullPath);
709
_loggingService
.LogComment(buildEventContext, MessageImportance.Normal, "ProjectCacheNotApplicableWithTargetNames", buildRequest.ProjectFullPath, targetNames);
873
_loggingService
,
878
_loggingService
,
954
_loggingService
,
959
_loggingService
,
963
_loggingService
.LogComment(buildEventContext, MessageImportance.Low, "ProjectCacheEndBuild");