2 references to AddCallback
System.IO.Pipelines (2)
System\IO\Pipelines\Pipe.cs (2)
634completionCallbacks = _writerCompletion.AddCallback(callback, state); 673completionCallbacks = _readerCompletion.AddCallback(callback, state);