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)
33
if (
_state
!= null)
117
asyncContinuation = new AsyncContinuation(continuation,
_state
);