2 implementations of Enter
System.Web (2)
HttpApplication.cs (1)
2137ISyncContextLock ISyncContext.Enter() {
WebSocketPipeline.cs (1)
167ISyncContextLock ISyncContext.Enter() {
1 reference to Enter
System.Web (1)
Util\SynchronizationHelper.cs (1)
157syncContextLock = (_syncContext != null) ? _syncContext.Enter() : null;