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