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