1 instantiation of OtherAnnotation
Aspire.Hosting.Tests (1)
ApplicationModel\ResourceAnnotationCollectionTests.cs (1)
66var otherAnnotation = new OtherAnnotation();
2 references to OtherAnnotation
Aspire.Hosting.Tests (2)
ApplicationModel\ResourceAnnotationCollectionTests.cs (2)
66var otherAnnotation = new OtherAnnotation(); 86Assert.False(collection.OfType<OtherAnnotation>().Any());