2 implementations of GetConfigTypeName
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
228
public virtual string
GetConfigTypeName
(Type t) {
System\Configuration\Internal\InternalConfigHost.cs (1)
440
string IInternalConfigHost.
GetConfigTypeName
(Type t) {
3 references to GetConfigTypeName
System.Configuration (3)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
229
return Host.
GetConfigTypeName
(t);
System\Configuration\MgmtConfigurationRecord.cs (2)
793
typeName = Host.
GetConfigTypeName
(configSection.GetType());
974
typeName = Host.
GetConfigTypeName
(configSectionGroup.GetType());