4 references to 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);