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