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