3 writes to _returnType
Microsoft.AspNetCore.SignalR.Common.Tests (3)
Internal\Protocol\TestBinder.cs (3)
27
_returnType
= s.Item?.GetType() ?? typeof(object);
30
_returnType
= c.Result?.GetType() ?? typeof(object);
41
_returnType
= returnType;
2 references to _returnType
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\TestBinder.cs (2)
55
if (
_returnType
!= null)
57
return
_returnType
;