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