1 implementation of ProjectPath
NuGet.ProjectModel (1)
LockFile\AssetsLogMessage.cs (1)
23public string ProjectPath { get; set; }
8 references to ProjectPath
NuGet.Commands (3)
RestoreCommand\RequestFactory\DependencyGraphSpecRequestProvider.cs (2)
75foreach (var projectPath in restoreContext.AdditionalMessages.Where(m => m.Level == Common.LogLevel.Error).Select(m => m.ProjectPath)) 269if (message.ProjectPath == projectPath)
Utility\Extensions.cs (1)
73ProjectPath = logMessage.ProjectPath,
NuGet.PackageManagement (1)
Utility\LogUtility.cs (1)
41ProjectPath = logMessage.ProjectPath,
NuGet.ProjectModel (4)
_generated\5\CacheFileSourceGen.IAssetsLogMessage.g.cs (2)
120Getter = static obj => ((global::NuGet.ProjectModel.IAssetsLogMessage)obj).ProjectPath, 313writer.WriteString(PropName_ProjectPath, ((global::NuGet.ProjectModel.IAssetsLogMessage)value).ProjectPath);
LockFile\AssetsLogMessage.cs (1)
148StringComparer.Ordinal.Equals(ProjectPath, other.ProjectPath) &&
LockFile\Utf8JsonStreamLockFileConverter.cs (1)
219foreach (AssetsLogMessage message in lockFile.LogMessages.Where(x => string.IsNullOrEmpty(x.ProjectPath)))