3 references to ERROR_FILE_EXISTS
mscorlib (3)
system\io\__error.cs (1)
179
case Win32Native.
ERROR_FILE_EXISTS
:
system\io\file.cs (1)
174
if (errorCode != Win32Native.
ERROR_FILE_EXISTS
) {
system\io\longpath.cs (1)
222
if (errorCode != Win32Native.
ERROR_FILE_EXISTS
) {