3 writes to _returnType
Microsoft.AspNetCore.Components.Server.Tests (3)
src\SignalR\common\SignalR.Common\test\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.Components.Server.Tests (2)
src\SignalR\common\SignalR.Common\test\Internal\Protocol\TestBinder.cs (2)
55
if (
_returnType
!= null)
57
return
_returnType
;