2 references to InternalExists
mscorlib (2)
system\io\longpath.cs (2)
582if (LongPathFile.InternalExists(name) || (!InternalExists(name, out currentError) && currentError == Win32Native.ERROR_ACCESS_DENIED)) 938return InternalExists(path, out lastError);