1 write to writeOnlyView
System.Runtime.DurableInstancing (1)
System\Runtime\PersistencePipeline.cs (1)
37
this.
writeOnlyView
= new ValueDictionaryView(this.values, true);
3 references to writeOnlyView
System.Runtime.DurableInstancing (3)
System\Runtime\PersistencePipeline.cs (3)
126
IDictionary<XName, object> mappedValues = module.MapValues(this.readWriteView, this.
writeOnlyView
);
154
this.
writeOnlyView
.ResetCaches();
431
result = module.BeginOnSave(this.pipeline.readWriteView, this.pipeline.
writeOnlyView
, timeout, Fx.ThunkCallback(new AsyncCallback(OnIOComplete)), i);