1 write to UseLegacyHashFunction
NuGet.ProjectModel (1)
DependencyGraphSpec.cs (1)
57
UseLegacyHashFunction
??= string.Equals(environmentVariableReader.GetEnvironmentVariable("NUGET_ENABLE_LEGACY_DGSPEC_HASH_FUNCTION"), bool.TrueString, StringComparison.OrdinalIgnoreCase);
1 reference to UseLegacyHashFunction
NuGet.ProjectModel (1)
DependencyGraphSpec.cs (1)
353
return GetHash(() =>
UseLegacyHashFunction
== true ? new Sha512HashFunction() : new FnvHash64Function());