2 instantiations of ProtocolDiagnosticServiceIndexEntryEvent
NuGet.Protocol (2)
Resources\ServiceIndexResourceV3.cs (2)
179
ProtocolDiagnostics.RaiseEvent(new
ProtocolDiagnosticServiceIndexEntryEvent
(source: packageSource.Source, httpsSourceHasHttpResource: true));
248
ProtocolDiagnostics.RaiseEvent(new
ProtocolDiagnosticServiceIndexEntryEvent
(source: packageSource.Source, httpsSourceHasHttpResource: true));
3 references to ProtocolDiagnosticServiceIndexEntryEvent
NuGet.Protocol (3)
Events\ProtocolDiagnostics.cs (2)
20
public delegate void ProtocolDiagnosticServiceIndexEntryEventHandler(
ProtocolDiagnosticServiceIndexEntryEvent
pdEvent);
39
internal static void RaiseEvent(
ProtocolDiagnosticServiceIndexEntryEvent
pdEvent)
Events\ProtocolDiagnosticServiceIndexEntryEvent.cs (1)
22
/// Initializes a new instance of the <see cref="
ProtocolDiagnosticServiceIndexEntryEvent
"/> class.