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