2 instantiations of ProtocolErrorEventArgs
NuGet.Protocol (2)
Plugins\Receiver.cs (2)
65? new ProtocolErrorEventArgs(ex) : new ProtocolErrorEventArgs(ex, message);
9 references to ProtocolErrorEventArgs
NuGet.Protocol (9)
Plugins\Connection.cs (2)
31public event EventHandler<ProtocolErrorEventArgs>? Faulted; 305private void OnFaulted(object? sender, ProtocolErrorEventArgs e)
Plugins\IConnection.cs (1)
19event EventHandler<ProtocolErrorEventArgs>? Faulted;
Plugins\IReceiver.cs (1)
16event EventHandler<ProtocolErrorEventArgs>? Faulted;
Plugins\Plugin.cs (1)
222private void OnFaulted(object? sender, ProtocolErrorEventArgs e)
Plugins\ProtocolErrorEventArgs.cs (2)
24/// Instantiates a new <see cref="ProtocolErrorEventArgs" /> class. 39/// Instantiates a new <see cref="ProtocolErrorEventArgs" /> class.
Plugins\Receiver.cs (2)
26public event EventHandler<ProtocolErrorEventArgs>? Faulted; 64var eventArgs = message == null