6 references to Invoke
Microsoft.AspNetCore.Server.IIS (6)
Core\IO\AsyncIOEngine.cs (2)
203continuation.Invoke(); 204nextContinuation?.Invoke();
Core\IO\AsyncIOOperation.cs (1)
49new AsyncContinuation(continuation, state).Invoke();
Core\IO\WebSocketsAsyncIOEngine.cs (1)
104continuation.Invoke();
Core\IO\WebSocketsAsyncIOEngine.Read.cs (1)
23continuation.Invoke();
Core\IO\WebSocketsAsyncIOEngine.Write.cs (1)
21continuation.Invoke();