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