9 references to EndpointModelStep
Microsoft.AspNetCore.Http.Extensions.Tests (5)
RequestDelegateGenerator\CompileTimeCreationTests.cs (3)
28Assert.Empty(GetStaticEndpoints(results, GeneratorSteps.EndpointModelStep)); 685Assert.Empty(GetStaticEndpoints(result, GeneratorSteps.EndpointModelStep)); 775Assert.Single(GetStaticEndpoints(results, GeneratorSteps.EndpointModelStep));
RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (2)
102runAssertions(GetStaticEndpoint(result.Value, GeneratorSteps.EndpointModelStep)); 110runAssertions(GetStaticEndpoints(result.Value, GeneratorSteps.EndpointModelStep));
Microsoft.AspNetCore.Http.Microbenchmarks (2)
src\Http\Http.Extensions\test\RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (2)
102runAssertions(GetStaticEndpoint(result.Value, GeneratorSteps.EndpointModelStep)); 110runAssertions(GetStaticEndpoints(result.Value, GeneratorSteps.EndpointModelStep));
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
GeneratorSteps.cs (1)
7internal const string EndpointModelStep = nameof(EndpointModelStep);
RequestDelegateGenerator.cs (1)
40.WithTrackingName(GeneratorSteps.EndpointModelStep);