14 references to StreamInfos
System.Configuration.ConfigurationManager (14)
System\Configuration\BaseConfigurationRecord.cs (12)
621streamInfos = ConfigStreamInfo.StreamInfos; 632ConfigStreamInfo.StreamInfos.Add(ConfigStreamInfo.StreamName, fileStreamInfo); 3224StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3238ConfigStreamInfo.StreamInfos.Add(streamname, streamInfo); 3251StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3278StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3312StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[configSourceStreamName]; 3338(StreamInfo)current.ConfigStreamInfo.StreamInfos[configSourceStreamName]; 3493streamInfos = ConfigStreamInfo.StreamInfos; 3528foreach (StreamInfo streamInfo in configRecord.ConfigStreamInfo.StreamInfos.Values) 3727string[] keys = new string[StreamInfos.Count]; 3728StreamInfos.Keys.CopyTo(keys, 0);
System\Configuration\MgmtConfigurationRecord.cs (2)
119foreach (StreamInfo streamInfo in ConfigStreamInfo.StreamInfos.Values) 1894if (!ConfigStreamInfo.StreamInfos.Contains(streamInfo.StreamName))