9 references to GeneratorSteps
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)
RequestDelegateGenerator.cs (2)
40.WithTrackingName(GeneratorSteps.EndpointModelStep); 52.WithTrackingName(GeneratorSteps.EndpointsWithoutDiagnosicsStep);