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