1 override of AssociateContext
System.Configuration (1)
System\Configuration\ConfigurationElementCollection.cs (1)
100internal override void AssociateContext(BaseConfigurationRecord configRecord) {
9 references to AssociateContext
System.Configuration (9)
System\Configuration\ConfigurationElement.cs (1)
994AssociateContext(sourceElement._configRecord);
System\Configuration\ConfigurationElementCollection.cs (5)
101base.AssociateContext(configRecord); 105entry._value.AssociateContext(configRecord); 578element.AssociateContext(_configRecord); 1140elem.AssociateContext(_configRecord); 1147elem.AssociateContext(_configRecord);
System\Configuration\ConfigurationValues.cs (2)
40currentElement.AssociateContext(_configRecord); 88((ConfigurationElement)value).AssociateContext(_configRecord);
System\Configuration\SectionInformation.cs (1)
157_configurationSection.AssociateContext( configRecord );