3 references to KEYWORD_CONFIG_BUILDER
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (3)
1949
string configBuilderAttribute = xmlUtil.Reader.GetAttribute(
KEYWORD_CONFIG_BUILDER
);
2029
doc.DocumentElement.RemoveAttribute(
KEYWORD_CONFIG_BUILDER
);
3120
string configBuilderAttribute = xmlUtil.Reader.GetAttribute(
KEYWORD_CONFIG_BUILDER
);