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