2 writes to _nextOperation
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOEngine.cs (2)
132_nextOperation = ioOperation; 180_nextOperation = null;
2 references to _nextOperation
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOEngine.cs (2)
130if (_nextOperation == null) 179var next = _nextOperation;