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