2 references to XmlConfigurationSectionName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlConfiguration.cs (2)
23
internal static string XmlReaderSectionPath = string.Format(CultureInfo.InvariantCulture, @"{0}/{1}",
XmlConfigurationSectionName
, XmlReaderSectionName);
24
internal static string XsltSectionPath = string.Format(CultureInfo.InvariantCulture, @"{0}/{1}",
XmlConfigurationSectionName
, XsltSectionName);