2 implementations of GetStreamNameForConfigSource
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
73public virtual string GetStreamNameForConfigSource(string streamName, string configSource)
System\Configuration\Internal\InternalConfigHost.cs (1)
47string IInternalConfigHost.GetStreamNameForConfigSource(string streamName, string configSource)
4 references to GetStreamNameForConfigSource
System.Configuration.ConfigurationManager (4)
System\Configuration\BaseConfigurationRecord.cs (1)
2601Host.GetStreamNameForConfigSource(ConfigStreamInfo.StreamName, configSource);
System\Configuration\ClientConfigurationHost.cs (1)
259return Host.GetStreamNameForConfigSource(streamName, configSource);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
75return Host.GetStreamNameForConfigSource(streamName, configSource);
System\Configuration\MgmtConfigurationRecord.cs (1)
551newConfigSourceStreamName = Host.GetStreamNameForConfigSource(ConfigStreamInfo.StreamName,