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