1 write to NonAsyncReturnType
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubMethodDescriptor.cs (1)
37
NonAsyncReturnType
= (MethodExecutor.IsMethodAsync)
2 references to NonAsyncReturnType
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubMethodDescriptor.cs (2)
41
var asyncEnumerableType = ReflectionHelper.GetIAsyncEnumerableInterface(
NonAsyncReturnType
);
49
foreach (var returnType in
NonAsyncReturnType
.AllBaseTypes())