3 references to IsIAsyncEnumerable
Microsoft.AspNetCore.SignalR.Core (2)
src\SignalR\common\Shared\ReflectionHelper.cs (1)
20if (IsIAsyncEnumerable(type))
StreamTracker.cs (1)
122if (ReflectionHelper.IsIAsyncEnumerable(type))
Microsoft.AspNetCore.SignalR.Tests (1)
Internal\ReflectionHelperTests.cs (1)
19Assert.Equal(expectedOutcome, ReflectionHelper.IsIAsyncEnumerable(type));