1 write to buildEventContext
Microsoft.Build.Engine (1)
Engine\TargetDependencyAnalyzer.cs (1)
58this.buildEventContext = buildEventContext;
13 references to buildEventContext
Microsoft.Build.Engine (13)
Engine\TargetDependencyAnalyzer.cs (13)
253loggingService.LogComment(buildEventContext, MessageImportance.Normal, 267loggingService.LogComment(buildEventContext, MessageImportance.Low, "SkipTargetUpToDateInputs", inputs); 272loggingService.LogComment(buildEventContext, MessageImportance.Low, "SkipTargetUpToDateOutputs", outputs); 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");