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