2 references to ArgumentBindingErrors
Microsoft.AspNetCore.Components.Server.Tests (2)
src\SignalR\common\SignalR.Common\test\Internal\Protocol\MessagePackHubProtocolTestBase.cs (2)
386
public static IEnumerable<object[]> ArgumentBindingErrorNames =>
ArgumentBindingErrors
.Keys.Select(name => new object[] { name });
392
var testData =
ArgumentBindingErrors
[argumentBindingErrorName];