4 references to EnterScope
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (2)
1663using (_lock.EnterScope()) 1737using (_lock.EnterScope())
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TrackerObjectManager.cs (1)
71using (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.