3 writes to _returnType
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
TestBinder.cs (3)
24_returnType = s.Item?.GetType() ?? typeof(object); 27_returnType = c.Result?.GetType() ?? typeof(object); 38_returnType = returnType;
2 references to _returnType
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
TestBinder.cs (2)
52if (_returnType != null) 54return _returnType;