1 write to ProjectPath
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
980
_buildTelemetry.
ProjectPath
??= requestData.EntryProjectsFullPath.FirstOrDefault();
3 references to ProjectPath
Microsoft.Build.Framework (3)
Telemetry\BuildTelemetry.cs (3)
201
AddIfNotNull(
ProjectPath
!= null ? Path.GetFileName(
ProjectPath
) : null, nameof(
ProjectPath
));