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)
130
if (
_nextOperation
== null)
179
var next =
_nextOperation
;