1 implementation of TryGet
NuGet.Protocol (1)
Plugins\RequestHandlers.cs (1)
76
public bool
TryGet
(MessageMethod method, [NotNullWhen(true)] out IRequestHandler? handler)
1 reference to TryGet
NuGet.Protocol (1)
Plugins\MessageDispatcher.cs (1)
644
if (!RequestHandlers.
TryGet
(method, out var handler))