2 references to FactoryRecord
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
2407
factoryRecord = new
FactoryRecord
(configKey, parentConfigKey, tagName, typeName, xmlUtil.Filename, lineNumber);
System\Configuration\MgmtConfigurationRecord.cs (1)
978
factoryRecord = new
FactoryRecord
(configKey, group, name, typeName, ConfigStreamInfo.StreamName, -1);