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