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