2 references to Endpoint
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
RequestDelegateGenerator.cs (1)
30return new Endpoint(invocationOperation, wellKnownTypes, context.SemanticModel);
RequestDelegateGeneratorSuppressor.cs (1)
62var endpoint = new Endpoint(invocationOperation, wellKnownTypes, semanticModel);