2 writes to _projectFullPath
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectLoggingContext.cs (2)
101
_projectFullPath
= projectStarted.ProjectFile;
140
_projectFullPath
= projectFullPath;
1 reference to _projectFullPath
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
263
LoggingService.LogProjectFinished(BuildEventContext,
_projectFullPath
, success);