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