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