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