1 instantiation of AsyncReadOperation
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncIOEngine.cs (1)
223new AsyncReadOperation(this);
5 references to AsyncReadOperation
Microsoft.AspNetCore.Server.IIS (5)
Core\IO\AsyncIOEngine.cs (5)
21private AsyncReadOperation? _cachedAsyncReadOperation; 33var read = GetReadOperation(); 135if (_runningOperation is AsyncReadOperation) 221private AsyncReadOperation GetReadOperation() => 233private void ReturnOperation(AsyncReadOperation operation)