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