4 references to COR_E_SYNCHRONIZATIONLOCK
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
850
case HResults.
COR_E_SYNCHRONIZATIONLOCK
:
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationLockException.cs (3)
20
HResult = HResults.
COR_E_SYNCHRONIZATIONLOCK
;
26
HResult = HResults.
COR_E_SYNCHRONIZATIONLOCK
;
32
HResult = HResults.
COR_E_SYNCHRONIZATIONLOCK
;