1 reference to CanHandleException
System (1)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
28
private static readonly Func<Exception, bool> s_CanHandleException = new Func<Exception, bool>(
CanHandleException
);