2 implementations of GetStreamName
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
86public virtual string GetStreamName(string configPath) {
System\Configuration\Internal\InternalConfigHost.cs (1)
65string IInternalConfigHost.GetStreamName(string configPath) {
2 references to GetStreamName
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
609ConfigStreamInfo.StreamName = Host.GetStreamName(_configPath);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
87return Host.GetStreamName(configPath);