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