6 instantiations of Thing
Microsoft.Extensions.Features.Tests (6)
FeatureCollectionExtensionsTests.cs (2)
16var thing = new Thing(); 32var thing = new Thing();
FeatureCollectionTests.cs (4)
15var thing = new Thing(); 27var thing = new Thing(); 38var thing = new Thing(); 101var thing = new Thing();
8 references to Thing
Microsoft.Extensions.Features.Tests (8)
FeatureCollectionExtensionsTests.cs (2)
16var thing = new Thing(); 32var thing = new Thing();
FeatureCollectionTests.cs (6)
15var thing = new Thing(); 27var thing = new Thing(); 38var thing = new Thing(); 64Assert.Null(interfaces.Get<Thing>()); 101var thing = new Thing(); 104Assert.Equal(thing, interfaces.Get<Thing>());