6 references to DisposableThing
Microsoft.AspNetCore.Http.Tests (6)
DefaultHttpContextTests.cs (6)
207.AddTransient<DisposableThing>() 211DisposableThing instance = null; 221instance = context.RequestServices.GetRequiredService<DisposableThing>(); 234.AddTransient<DisposableThing>() 238DisposableThing instance = null; 248instance = context.RequestServices.GetRequiredService<DisposableThing>();