4 references to EndpointAnnotationName
Aspire.Hosting.Tests (4)
WithEndpointTests.cs (4)
29
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();
46
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();
81
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();
608
.Where(e => string.Equals(e.Name, "mybinding",
EndpointAnnotationName
)).Single();