3 instantiations of ValueDictionaryView
System.Runtime.DurableInstancing (3)
System\Runtime\PersistencePipeline.cs (3)
36
this.readWriteView = new
ValueDictionaryView
(this.values, false);
37
this.writeOnlyView = new
ValueDictionaryView
(this.values, true);
180
this.readWriteView = new
ValueDictionaryView
(this.values, false);
2 references to ValueDictionaryView
System.Runtime.DurableInstancing (2)
System\Runtime\PersistencePipeline.cs (2)
24
ValueDictionaryView
readWriteView;
25
ValueDictionaryView
writeOnlyView;