5 references to Invoke
Microsoft.AspNetCore.Server.IIS (5)
Core\IO\AsyncIOEngine.cs (2)
149
var completed = ioOperation.
Invoke
() != null;
192
nextContinuation = next.
Invoke
();
Core\IO\WebSocketsAsyncIOEngine.cs (3)
40
read.
Invoke
();
56
write.
Invoke
();
75
var continuation = init.
Invoke
();