3 instantiations of Thing
Microsoft.AspNetCore.AsyncState.Tests (3)
AsyncContextHttpContextOfTTests.cs (3)
36var value = new Thing(); 69var value = new Thing(); 87var value = new Thing();
9 references to Thing
Microsoft.AspNetCore.AsyncState.Tests (9)
AsyncContextHttpContextOfTTests.cs (9)
16private readonly IAsyncContext<Thing> _context; 28_context = serviceProvider.GetRequiredService<IAsyncContext<Thing>>(); 36var value = new Thing(); 39Assert.True(_context.TryGet(out Thing? stored)); 46Assert.True(_context.TryGet(out Thing? stored)); 61Assert.False(_context.TryGet(out Thing? stored)); 69var value = new Thing(); 87var value = new Thing(); 90Assert.True(_context.TryGet(out Thing? stored));