Base:
property
Exists
System.IO.FileSystemInfo.Exists
13 references to Exists
System (2)
sys\system\Media\SoundPlayer.cs (2)
188if (!fi.Exists) { 235if (!fi.Exists) {
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
117fileSize = (fileInfo.Exists) ? fileInfo.Length : -1;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
2344if (fi.Exists) { 2888if (fi.Exists) { 2993Debug.Assert(fi.Exists, "who deleted our temp file?"); 3006Debug.Assert(fi.Exists, "who deleted our temp file?");
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (3)
509if (info.Exists) 512return info.Exists; 521if (trialInfo.Exists)
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
81if (fileInfo.Exists && fileInfo.Length == 0 && (fileInfo.Attributes & FileAttributes.ReparsePoint) == 0)
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (2)
281if( existTest.Exists ) 293if( existTest.Exists )