6 references to EndpointAnnotationName
Aspire.Hosting.Tests (6)
WithEndpointTests.cs (6)
173.Where(e => string.Equals(e.Name, "mybinding", EndpointAnnotationName)).Single();
212.Where(e => string.Equals(e.Name, "mybinding", EndpointAnnotationName)).Single();
247.Where(e => string.Equals(e.Name, "mybinding", EndpointAnnotationName)).Single();
330.Single(endpoint => string.Equals(endpoint.Name, "callback-http", EndpointAnnotationName));
346.Single(endpoint => string.Equals(endpoint.Name, "callback-https", EndpointAnnotationName));
783.Where(e => string.Equals(e.Name, "mybinding", EndpointAnnotationName)).Single();