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