6 references to Disposable
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (1)
56return new Disposable(() => { Scopes.TryDequeue(out _); });
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (1)
56return new Disposable(() => { Scopes.TryDequeue(out _); });
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (1)
56return new Disposable(() => { Scopes.TryDequeue(out _); });
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (1)
56return new Disposable(() => { Scopes.TryDequeue(out _); });
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (1)
56return new Disposable(() => { Scopes.TryDequeue(out _); });
Sockets.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestApplicationErrorLogger.cs (1)
56return new Disposable(() => { Scopes.TryDequeue(out _); });