1 write to _target
Microsoft.Build (1)
BackEnd\Components\Logging\TargetLoggingContext.cs (1)
42
_target
= target;
3 references to _target
Microsoft.Build (3)
BackEnd\Components\Logging\TargetLoggingContext.cs (3)
94
return
_target
;
113
LoggingService.LogTargetFinished(BuildEventContext,
_target
.Name, projectFullPath,
_target
.Location.File, success, targetOutputWrapper);