12 references to StreamInfos
System.Configuration.ConfigurationManager (12)
System\Configuration\BaseConfigurationRecord.cs (10)
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)
System\Configuration\MgmtConfigurationRecord.cs (2)
119foreach (StreamInfo streamInfo in ConfigStreamInfo.StreamInfos.Values) 1894if (!ConfigStreamInfo.StreamInfos.Contains(streamInfo.StreamName))