1 write to _targetToAnalyze
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
61
_targetToAnalyze
= targetToAnalyze;
11 references to _targetToAnalyze
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (11)
80
return
_targetToAnalyze
;
143
_targetToAnalyze
.InputsLocation, "TargetInputsSpecifiedWithoutOutputs", TargetToAnalyze.Name);
276
_loggingService.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetCompletely",
_targetToAnalyze
.Name);
281
_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely",
_targetToAnalyze
.Name);
294
_loggingService.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetPartially",
_targetToAnalyze
.Name);
299
_loggingService.LogComment(_buildEventContext, MessageImportance.Normal, "BuildTargetPartially",
_targetToAnalyze
.Name);
412
var targetInputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetInputSpecification, ExpanderOptions.ExpandPropertiesAndMetadata,
_targetToAnalyze
.InputsLocation);
413
var targetOutputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetOutputSpecification, ExpanderOptions.ExpandPropertiesAndMetadata,
_targetToAnalyze
.OutputsLocation);
427
_targetToAnalyze
.InputsLocation);
438
_targetToAnalyze
.OutputsLocation);
467
_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely",
_targetToAnalyze
.Name);