5 references to InternalExists
mscorlib (5)
system\io\isolatedstorage\isolatedstoragefile.cs (1)
1116if (!LongPathDirectory.InternalExists(currDir))
system\io\longpath.cs (4)
232if (LongPathDirectory.InternalExists(fullDestFileName)) 501if (!InternalExists(dir)) // Create only the ones missing 602if (!InternalExists(root)) 916return InternalExists(fullPath);