4 references to ERROR_ALREADY_EXISTS
System.Core (4)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
239case (uint) UnsafeNativeMethods.ERROR_ALREADY_EXISTS:
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
58case (int) UnsafeNativeMethods.ERROR_ALREADY_EXISTS:
System\IO\__Error.cs (1)
179case UnsafeNativeMethods.ERROR_ALREADY_EXISTS:
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
399if (!handle.IsInvalid && errorCode == UnsafeNativeMethods.ERROR_ALREADY_EXISTS) {