1 write to _targetToAnalyze
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
62
_targetToAnalyze
= targetToAnalyze;
11 references to _targetToAnalyze
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (11)
81
return
_targetToAnalyze
;
144
_targetToAnalyze
.InputsLocation, "TargetInputsSpecifiedWithoutOutputs", TargetToAnalyze.Name);
277
_loggingService.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetCompletely",
_targetToAnalyze
.Name);
282
_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely",
_targetToAnalyze
.Name);
295
_loggingService.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetPartially",
_targetToAnalyze
.Name);
300
_loggingService.LogComment(_buildEventContext, MessageImportance.Normal, "BuildTargetPartially",
_targetToAnalyze
.Name);
413
var targetInputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetInputSpecification, ExpanderOptions.ExpandPropertiesAndMetadata,
_targetToAnalyze
.InputsLocation);
414
var targetOutputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetOutputSpecification, ExpanderOptions.ExpandPropertiesAndMetadata,
_targetToAnalyze
.OutputsLocation);
428
_targetToAnalyze
.InputsLocation);
439
_targetToAnalyze
.OutputsLocation);
468
_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely",
_targetToAnalyze
.Name);