1 implementation of TryGet
NuGet.Protocol (1)
Plugins\RequestHandlers.cs (1)
77
public bool
TryGet
(MessageMethod method, out IRequestHandler handler)
1 reference to TryGet
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
647
if (!RequestHandlers.
TryGet
(method, out handler))