12 references to StreamInfos
System.Configuration (12)
System\Configuration\BaseConfigurationRecord.cs (10)
681
streamInfos = ConfigStreamInfo.
StreamInfos
;
690
ConfigStreamInfo.
StreamInfos
.Add(ConfigStreamInfo.StreamName, fileStreamInfo);
3822
StreamInfo streamInfo = (StreamInfo) ConfigStreamInfo.
StreamInfos
[streamname];
3834
ConfigStreamInfo.
StreamInfos
.Add(streamname, streamInfo);
3850
StreamInfo streamInfo = (StreamInfo) ConfigStreamInfo.
StreamInfos
[streamname];
3883
streamInfo = (StreamInfo) ConfigStreamInfo.
StreamInfos
[streamname];
3925
StreamInfo streamInfo = (StreamInfo) ConfigStreamInfo.
StreamInfos
[configSourceStreamName];
3954
StreamInfo streamInfo = (StreamInfo) current.ConfigStreamInfo.
StreamInfos
[configSourceStreamName];
4120
streamInfos = ConfigStreamInfo.
StreamInfos
;
4154
foreach (StreamInfo streamInfo in configRecord.ConfigStreamInfo.
StreamInfos
.Values) {
System\Configuration\MgmtConfigurationRecord.cs (2)
88
foreach (StreamInfo streamInfo in ConfigStreamInfo.
StreamInfos
.Values) {
2035
if (!ConfigStreamInfo.
StreamInfos
.Contains(streamInfo.StreamName)) {