4 references to FileExists
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
276return _blockManager.CentralDirectoryBlock.FileExists(zipFileName);
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (2)
320Debug.Assert(CentralDirectoryBlock.FileExists(zipFileName)); // it must be in the central directory 336Debug.Assert(CentralDirectoryBlock.FileExists(localFileBlock.FileName),
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (1)
363Debug.Assert(blockManager.CentralDirectoryBlock.FileExists(fileName));