1 write to DgSpecHash
NuGet.ProjectModel (1)
CacheFile.cs (1)
47
DgSpecHash
= dgSpecHash;
7 references to DgSpecHash
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
1477
if (cacheFile.IsValid && StringComparer.Ordinal.Equals(cacheFile.
DgSpecHash
, newDgSpecHash) && VerifyCacheFileMatchesProject(cacheFile))
NuGet.ProjectModel (6)
_generated\4\CacheFileSourceGen.CacheFile.g.cs (2)
80
Getter = static obj => ((global::NuGet.ProjectModel.CacheFile)obj).
DgSpecHash
,
209
writer.WriteString(PropName_dgSpecHash, ((global::NuGet.ProjectModel.CacheFile)value).
DgSpecHash
);
CacheFile.cs (4)
43
public bool IsValid { get { return Version == CurrentVersion && Success &&
DgSpecHash
!= null; } }
63
return Version == other.Version && Success == other.Success && StringComparer.Ordinal.Equals(
DgSpecHash
, other.
DgSpecHash
) && PathUtility.GetStringComparerBasedOnOS().Equals(ProjectFilePath, other.ProjectFilePath);
74
combiner.AddObject(
DgSpecHash
);