4 references to EnterScope
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
1663
using (_lock.
EnterScope
())
1737
using (_lock.
EnterScope
())
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TrackerObjectManager.cs (1)
71
using (s_referenceTrackerNativeObjectWrapperCache.ModificationLock.
EnterScope
())
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (1)
125
/// A disposable structure that is returned by <see cref="
EnterScope
()"/>, which when disposed, exits the lock.