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