1 write to _streams
System.Configuration (1)
System\Configuration\updateconfighost.cs (1)
49
_streams
= new HybridDictionary(true);
4 references to _streams
System.Configuration (4)
System\Configuration\updateconfighost.cs (4)
48
if (
_streams
== null) {
52
_streams
[oldStreamname] = new StreamUpdate(newStreamname);
74
if (
_streams
== null)
77
StreamUpdate streamUpdate = (StreamUpdate)
_streams
[oldStreamname];