1 write to _allowAsyncOperationsBlockDisposable
System.Web (1)
AspNetSynchronizationContextBase.cs (1)
91
_allowAsyncOperationsBlockDisposable
= new AllowAsyncOperationsBlockDisposable(this);
2 references to _allowAsyncOperationsBlockDisposable
System.Web (2)
AspNetSynchronizationContextBase.cs (2)
90
if (
_allowAsyncOperationsBlockDisposable
== null) {
95
return
_allowAsyncOperationsBlockDisposable
;