2 references to DoNotUseNativeZipLibraryForDecompressionName
System (2)
sys\AppContextDefaultValues.Defaults.cs (1)
51LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.DoNotUseNativeZipLibraryForDecompressionName, true);
sys\LocalAppContextSwitches.cs (1)
194return LocalAppContext.GetCachedSwitchValue(DoNotUseNativeZipLibraryForDecompressionName, ref _doNotUseNativeZipLibraryForDecompression);