2 implementations of GetStreamName
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
68
public virtual string
GetStreamName
(string configPath)
System\Configuration\Internal\InternalConfigHost.cs (1)
42
string IInternalConfigHost.
GetStreamName
(string configPath)
2 references to GetStreamName
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
551
ConfigStreamInfo.StreamName = Host.
GetStreamName
(_configPath);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
70
return Host.
GetStreamName
(configPath);