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