4 writes to _state
Microsoft.AspNetCore.Server.IIS (4)
Core\HttpRequestStream.cs (4)
21_state = HttpStreamState.Closed; 89_state = HttpStreamState.Open; 98_state = HttpStreamState.Closed; 109_state = HttpStreamState.Aborted;
3 references to _state
Microsoft.AspNetCore.Server.IIS (3)
Core\HttpRequestStream.cs (3)
87if (_state == HttpStreamState.Closed) 107if (_state != HttpStreamState.Closed) 116switch (_state)