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