2 implementations of GetConfigTypeName
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
207
public virtual string
GetConfigTypeName
(Type t)
System\Configuration\Internal\InternalConfigHost.cs (1)
180
string IInternalConfigHost.
GetConfigTypeName
(Type t)
3 references to GetConfigTypeName
System.Configuration.ConfigurationManager (3)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
209
return Host.
GetConfigTypeName
(t);
System\Configuration\MgmtConfigurationRecord.cs (2)
686
string typeName = configSection.SectionInformation.Type ?? Host.
GetConfigTypeName
(configSection.GetType());
840
string typeName = configSectionGroup.Type ?? Host.
GetConfigTypeName
(configSectionGroup.GetType());