3 writes to _paramTypes
Microsoft.AspNetCore.Components.Server.Tests (3)
src\SignalR\common\SignalR.Common\test\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.Components.Server.Tests (2)
src\SignalR\common\SignalR.Common\test\Internal\Protocol\TestBinder.cs (2)
46
if (
_paramTypes
!= null)
48
return
_paramTypes
;