Implemented interface member:
property
ProjectPath
NuGet.Common.ILogMessage.ProjectPath
19 writes to ProjectPath
NuGet.Build.Tasks (3)
CheckForDuplicateNuGetItemsTask.cs (1)
70ProjectPath = MSBuildProjectFullPath,
Common\MSBuildLogger.cs (1)
79ProjectPath = message.ProjectPath,
GetReferenceNearestTargetFrameworkTask.cs (1)
184warning.ProjectPath = CurrentProjectName;
NuGet.Build.Tasks.Pack (1)
src\nuget-client\src\NuGet.Core\NuGet.Build.Tasks\Common\MSBuildLogger.cs (1)
79ProjectPath = message.ProjectPath,
NuGet.Commands (10)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
131ProjectPath = group[0].ProjectPath,
RestoreCommand\Logging\RestoreCollectorLogger.cs (1)
283ProjectPath = message.ProjectPath
RestoreCommand\Utility\AuditUtility.cs (2)
534message.ProjectPath = _projectFullPath; 551message.ProjectPath = projectFullPath;
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
420message.ProjectPath = path; 430message.ProjectPath = path;
RestoreCommand\Utility\SpecValidationUtility.cs (1)
162logger.Log(new RestoreLogMessage(LogLevel.Error, NuGetLogCode.NU1105, message) { FilePath = spec.FilePath, ProjectPath = spec.FilePath });
Utility\AssetTargetFallbackUtility.cs (1)
34error.ProjectPath = path;
Utility\Extensions.cs (2)
73ProjectPath = logMessage.ProjectPath, 95ProjectPath = logMessage.ProjectPath,
NuGet.PackageManagement (4)
Utility\LogUtility.cs (1)
41ProjectPath = logMessage.ProjectPath,
Utility\PackagesConfigLockFileUtility.cs (3)
105log.ProjectPath = projectFile ?? packagesConfigFile; 141log.ProjectPath = projectFile ?? packagesConfigFile; 153log.ProjectPath = projectFile ?? packagesConfigFile;
NuGet.Packaging (1)
Signing\SignatureLog.cs (1)
101ProjectPath = ProjectPath,
1 reference to ProjectPath
NuGet.Commands (1)
RestoreCommand\Diagnostics\DiagnosticUtility.cs (1)
131ProjectPath = group[0].ProjectPath,