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