Implemented interface member:
property
ProjectPath
NuGet.Common.ILogMessage.ProjectPath
2 writes to ProjectPath
NuGet.Commands (1)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
403message.ProjectPath = projectPath;
NuGet.PackageManagement (1)
Audit\AuditChecker.cs (1)
302restoreLogMessage.ProjectPath = projectPath;
1 reference to ProjectPath
NuGet.Commands (1)
Utility\Extensions.cs (1)
95ProjectPath = logMessage.ProjectPath,