1 write to loggingService
Microsoft.Build.Engine (1)
Engine\TargetDependencyAnalyzer.cs (1)
57this.loggingService = loggingServices;
18 references to loggingService
Microsoft.Build.Engine (18)
Engine\TargetDependencyAnalyzer.cs (18)
253loggingService.LogComment(buildEventContext, MessageImportance.Normal, 258if (!loggingService.OnlyLogCriticalEvents) 267loggingService.LogComment(buildEventContext, MessageImportance.Low, "SkipTargetUpToDateInputs", inputs); 272loggingService.LogComment(buildEventContext, MessageImportance.Low, "SkipTargetUpToDateOutputs", outputs); 290if (!loggingService.OnlyLogCriticalEvents) 295loggingService.LogComment(buildEventContext, "BuildTargetCompletely", this.targetToAnalyze.Name); 300loggingService.LogCommentFromText(buildEventContext, MessageImportance.Low, reason); 306loggingService.LogComment(buildEventContext, MessageImportance.Normal, "BuildTargetPartially", this.targetToAnalyze.Name); 310loggingService.LogCommentFromText(buildEventContext, MessageImportance.Low, reason); 483loggingService.LogComment(buildEventContext, MessageImportance.Normal, 486loggingService.LogComment(buildEventContext, MessageImportance.Low, 709loggingService.LogComment(buildEventContext, MessageImportance.Normal, 712loggingService.LogComment(buildEventContext, MessageImportance.Low, 721loggingService.LogComment(buildEventContext, "BuildTargetCompletely", this.targetToAnalyze.Name); 722loggingService.LogComment(buildEventContext, "BuildTargetCompletelyNoInputsSpecified"); 1037if (!loggingService.OnlyLogCriticalEvents) 1079if (!loggingService.OnlyLogCriticalEvents) 1105if (!loggingService.OnlyLogCriticalEvents)