3 references to 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);