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