2 writes to _state
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOOperation.cs (2)
38_state = state; 133_state = null;
2 references to _state
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOOperation.cs (2)
33if (_state != null) 117asyncContinuation = new AsyncContinuation(continuation, _state);