2 references to ERROR_LOCK_VIOLATION
System.Core (2)
System\IO\MemoryMappedFiles\MemoryMappedView.cs (2)
199bool canRetry = (!success && error == UnsafeNativeMethods.ERROR_LOCK_VIOLATION); 215canRetry = (error == UnsafeNativeMethods.ERROR_LOCK_VIOLATION);