2 writes to Disposed
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
1171
Disposed
= false;
1253
Disposed
= true;
1 reference to Disposed
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
673
public bool Disposed => _testStreamContext.
Disposed
;