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