6 references to Type
System.Configuration.ConfigurationManager (6)
System\Configuration\MgmtConfigurationRecord.cs (5)
686string typeName = configSection.SectionInformation.Type ?? Host.GetConfigTypeName(configSection.GetType()); 1132return (factoryRecord.FactoryTypeName != configSection.SectionInformation.Type) 1159string type = configSection.SectionInformation.Type ?? factoryRecord.FactoryTypeName; 1758if (configSection.SectionInformation.Type != null) 1759factoryRecord.FactoryTypeName = configSection.SectionInformation.Type;
System\Configuration\SectionInformation.cs (1)
364if (string.IsNullOrEmpty(value)) throw ExceptionUtil.PropertyNullOrEmpty(nameof(Type));