3 references to
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
TestBinder.cs (3)
32public TestBinder() : this(null, null) { } 33public TestBinder(Type[] paramTypes) : this(paramTypes, null) { } 34public TestBinder(Type returnType) : this(null, returnType) { }