2 writes to readOnlyView
System.Runtime.DurableInstancing (2)
System\Runtime\PersistencePipeline.cs (2)
35this.readOnlyView = new ReadOnlyDictionaryInternal<XName, InstanceValue>(this.values); 179this.readOnlyView = values as ReadOnlyDictionaryInternal<XName, InstanceValue> ?? new ReadOnlyDictionaryInternal<XName, InstanceValue>(values);
1 reference to readOnlyView
System.Runtime.DurableInstancing (1)
System\Runtime\PersistencePipeline.cs (1)
53return this.readOnlyView;