2 references to XmlConfigurationSectionName
System.Xml (2)
System\Xml\Core\XmlConfiguration.cs (2)
19
internal static string XmlReaderSectionPath = string.Format(CultureInfo.InvariantCulture, @"{0}/{1}",
XmlConfigurationSectionName
, XmlReaderSectionName);
20
internal static string XsltSectionPath = string.Format(CultureInfo.InvariantCulture, @"{0}/{1}",
XmlConfigurationSectionName
, XsltSectionName);