3 writes to _paramTypes
Microsoft.AspNetCore.SignalR.Common.Tests (3)
Internal\Protocol\TestBinder.cs (3)
21
_paramTypes
= i.Arguments?.Select(a => a?.GetType() ?? typeof(object))?.ToArray();
24
_paramTypes
= i.Arguments?.Select(a => a?.GetType() ?? typeof(object))?.ToArray();
40
_paramTypes
= paramTypes;
2 references to _paramTypes
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\TestBinder.cs (2)
46
if (
_paramTypes
!= null)
48
return
_paramTypes
;