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)
55if (_returnType != null) 57return _returnType;