Implemented interface member:
2 references to Insert
Aspire.Hosting.Tests (2)
ApplicationModel\ResourceCollectionTests.cs (2)
120collection.Insert(0, inserted); 166Assert.Throws<DistributedApplicationException>(() => collection.Insert(0, new TestResource("res")));