14 references to StreamInfos
System.Configuration.ConfigurationManager (14)
System\Configuration\BaseConfigurationRecord.cs (12)
617streamInfos = ConfigStreamInfo.StreamInfos; 628ConfigStreamInfo.StreamInfos.Add(ConfigStreamInfo.StreamName, fileStreamInfo); 3220StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3234ConfigStreamInfo.StreamInfos.Add(streamname, streamInfo); 3247StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3274StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3308StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[configSourceStreamName]; 3334(StreamInfo)current.ConfigStreamInfo.StreamInfos[configSourceStreamName]; 3489streamInfos = ConfigStreamInfo.StreamInfos; 3524foreach (StreamInfo streamInfo in configRecord.ConfigStreamInfo.StreamInfos.Values) 3723string[] keys = new string[StreamInfos.Count]; 3724StreamInfos.Keys.CopyTo(keys, 0);
System\Configuration\MgmtConfigurationRecord.cs (2)
119foreach (StreamInfo streamInfo in ConfigStreamInfo.StreamInfos.Values) 1894if (!ConfigStreamInfo.StreamInfos.Contains(streamInfo.StreamName))