2 instantiations of ProtocolErrorEventArgs
NuGet.Protocol (2)
Plugins\Receiver.cs (2)
67? new ProtocolErrorEventArgs(ex) : new ProtocolErrorEventArgs(ex, message);
9 references to ProtocolErrorEventArgs
NuGet.Protocol (9)
Plugins\Connection.cs (2)
33public event EventHandler<ProtocolErrorEventArgs> Faulted; 307private void OnFaulted(object sender, ProtocolErrorEventArgs e)
Plugins\IConnection.cs (1)
21event EventHandler<ProtocolErrorEventArgs> Faulted;
Plugins\IReceiver.cs (1)
18event EventHandler<ProtocolErrorEventArgs> Faulted;
Plugins\Plugin.cs (1)
224private void OnFaulted(object sender, ProtocolErrorEventArgs e)
Plugins\ProtocolErrorEventArgs.cs (2)
26/// Instantiates a new <see cref="ProtocolErrorEventArgs" /> class. 41/// Instantiates a new <see cref="ProtocolErrorEventArgs" /> class.
Plugins\Receiver.cs (2)
28public event EventHandler<ProtocolErrorEventArgs> Faulted; 66var eventArgs = message == null