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