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)
46if (_paramTypes != null) 48return _paramTypes;