4 references to BadArgumentListRecord
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateFactoryTests.cs (3)
986
void TestParameterListRecord([AsParameters]
BadArgumentListRecord
req) { }
1006
new object[] { (Action<
BadArgumentListRecord
>)TestParameterListRecord, GetMultipleContructorsError(typeof(
BadArgumentListRecord
)) },
RequestDelegateGenerator\CompileTimeCreationTests.AsParameters.cs (1)
55
new object[] { "BadArgumentListRecord", DiagnosticDescriptors.InvalidAsParametersSingleConstructorOnly.Id, GetMultipleContructorsError(typeof(
BadArgumentListRecord
)) },