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