2 references to OnCancel
System (2)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (2)
29
private static readonly Action<object> s_OnCancel = new Action<object>(
OnCancel
);
703
OnCancel
(this);