2 references to ParameterTypes
Microsoft.AspNetCore.SignalR.Core (2)
Internal\TypedClientBuilder.cs (2)
96
var ctor = type.DefineConstructor(MethodAttributes.Public, CallingConventions.Standard,
ParameterTypes
);
241
var method = type.DefineMethod(nameof(Build), MethodAttributes.Public | MethodAttributes.Static, CallingConventions.Standard, typeof(T),
ParameterTypes
);