3 writes to _readTimingEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\TimeoutControl.cs (3)
131
_readTimingEnabled
= false;
227
_readTimingEnabled
= false;
251
_readTimingEnabled
= true;
1 reference to _readTimingEnabled
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TimeoutControl.cs (1)
107
if (!
_readTimingEnabled
)