1 instantiation of AsyncFlushOperation
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncIOEngine.cs (1)
231new AsyncFlushOperation(this);
4 references to AsyncFlushOperation
Microsoft.AspNetCore.Server.IIS (4)
Core\IO\AsyncIOEngine.cs (4)
23private AsyncFlushOperation? _cachedAsyncFlushOperation; 162var flush = GetFlushOperation(); 229private AsyncFlushOperation GetFlushOperation() => 243private void ReturnOperation(AsyncFlushOperation operation)