1 instantiation of ReceiveContextBusyCountWrapper
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
409ReceiveContextBusyCountWrapper wrapper = new ReceiveContextBusyCountWrapper(context);
4 references to ReceiveContextBusyCountWrapper
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (4)
407if (ReceiveContext.TryGet(message, out context) && !(context is ReceiveContextBusyCountWrapper)) 409ReceiveContextBusyCountWrapper wrapper = new ReceiveContextBusyCountWrapper(context); 744ReceiveContextBusyCountWrapper context; 746internal ReceiveContextEnlistmentNotification(ReceiveContextBusyCountWrapper context)