1 write to _aborted
Microsoft.AspNetCore.Server.IIS (1)
Core\OutputProducer.cs (1)
65
_aborted
= true;
4 references to _aborted
Microsoft.AspNetCore.Server.IIS (4)
Core\OutputProducer.cs (4)
33
public bool Aborted =>
_aborted
;
46
if (_completed ||
_aborted
)
60
if (_completed ||
_aborted
)
76
if (_completed ||
_aborted
)