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