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