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