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