3 instantiations of NotNullWhen
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (2)
2188
public bool TryGetInvocation(string invocationId, [
NotNullWhen
(true)] out InvocationRequest? irq)
2196
public bool TryRemoveInvocation(string invocationId, [
NotNullWhen
(true)] out InvocationRequest? irq)
src\SignalR\common\Shared\ReflectionHelper.cs (1)
28
public static bool TryGetStreamType(Type streamType, [
NotNullWhen
(true)] out Type? streamGenericType, bool mustBeDirectType = false)