5 implementations of Create
System.Configuration.ConfigurationManager (5)
System\Configuration\DictionarySectionHandler.cs (1)
25
public virtual object
Create
(object parent, object context, XmlNode section)
System\Configuration\IgnoreSectionHandler.cs (1)
14
public virtual object
Create
(object parent, object configContext, XmlNode section)
System\Configuration\NameValueFileSectionHandler.cs (1)
20
public object
Create
(object parent, object configContext, XmlNode section)
System\Configuration\NameValueSectionHandler.cs (1)
16
public object
Create
(object parent, object context, XmlNode section)
System\Configuration\SingleTagSectionHandler.cs (1)
23
public virtual object
Create
(object parent, object context, XmlNode section)
1 reference to Create
System.Configuration.ConfigurationManager (1)
System\Configuration\RuntimeConfigurationRecord.cs (1)
181
config = _sectionHandler.
Create
(parentConfig, configContext, xmlNode);