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