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