2 writes to StreamReturnType
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubMethodDescriptor.cs (2)
44
StreamReturnType
= asyncEnumerableType.GetGenericArguments()[0];
53
StreamReturnType
= returnType.GetGenericArguments()[0];
3 references to StreamReturnType
Microsoft.AspNetCore.SignalR.Core (3)
Internal\HubMethodDescriptor.cs (3)
171
public bool IsStreamResponse =>
StreamReturnType
!= null;
211
_makeCancelableEnumerator = CompileConvertToEnumerator(_makeCancelableEnumeratorMethodInfo!,
StreamReturnType
!);
215
_makeCancelableEnumerator = ConvertToEnumeratorWithReflection(_makeCancelableEnumeratorMethodInfo!,
StreamReturnType
!);