4 references to EndpointAnnotationName
Aspire.Hosting.Tests (4)
WithEndpointTests.cs (4)
30
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();
47
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();
82
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();
609
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();