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