1 write to pipeline
System.Runtime.DurableInstancing (1)
System\Runtime\PersistencePipeline.cs (1)
405
this.
pipeline
= pipeline;
4 references to pipeline
System.Runtime.DurableInstancing (4)
System\Runtime\PersistencePipeline.cs (4)
407
this.pendingModules = this.
pipeline
.modules.Where(value => value.IsIOParticipant).ToArray();
427
result = module.BeginOnLoad(this.
pipeline
.readWriteView, timeout, Fx.ThunkCallback(new AsyncCallback(OnIOComplete)), i);
431
result = module.BeginOnSave(this.
pipeline
.readWriteView, this.
pipeline
.writeOnlyView, timeout, Fx.ThunkCallback(new AsyncCallback(OnIOComplete)), i);