2 instantiations of TestNonStaticActionClass
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (2)
178return new TestNonStaticActionClass(1); 181return new TestNonStaticActionClass(2);
2 references to TestNonStaticActionClass
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (2)
166var methodInfo = typeof(TestNonStaticActionClass).GetMethod( 167nameof(TestNonStaticActionClass.NonStaticTestAction),