2 writes to ProjectFilePath
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
725
cacheFile.
ProjectFilePath
= _request.Project.FilePath;
NuGet.ProjectModel (1)
_generated\4\CacheFileSourceGen.CacheFile.g.cs (1)
121
Setter = static (obj, value) => ((global::NuGet.ProjectModel.CacheFile)obj).
ProjectFilePath
= value!,
6 references to ProjectFilePath
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
1328
return pathComparer.Equals(cacheFile.
ProjectFilePath
, _request.Project.FilePath);
NuGet.ProjectModel (5)
_generated\4\CacheFileSourceGen.CacheFile.g.cs (2)
120
Getter = static obj => ((global::NuGet.ProjectModel.CacheFile)obj).
ProjectFilePath
,
211
writer.WriteString(PropName_projectFilePath, ((global::NuGet.ProjectModel.CacheFile)value).
ProjectFilePath
);
CacheFile.cs (3)
63
return Version == other.Version && Success == other.Success && StringComparer.Ordinal.Equals(DgSpecHash, other.DgSpecHash) && PathUtility.GetStringComparerBasedOnOS().Equals(
ProjectFilePath
, other.
ProjectFilePath
);
76
combiner.AddObject(
ProjectFilePath
);