3 references to _lock
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (3)
1687
public Lock ModificationLock =>
_lock
;
1691
using (
_lock
.EnterScope())
1765
using (
_lock
.EnterScope())