1 instantiation of HandlerWrapper
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ExceptionHandler.cs (1)
44
Fx.AsynchronousThreadExceptionHandler = value == null ? null : new
HandlerWrapper
(value);
2 references to HandlerWrapper
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ExceptionHandler.cs (2)
34
HandlerWrapper
wrapper = (
HandlerWrapper
)Fx.AsynchronousThreadExceptionHandler;