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