34 references to XsltConfigSection
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
432if (System.Xml.XmlConfiguration.XsltConfigSection.LimitXPathComplexity) {
System\Xml\Xsl\XPath\XPathParser.cs (2)
110if (System.Xml.XmlConfiguration.XsltConfigSection.LimitXPathComplexity) { 307if (System.Xml.XmlConfiguration.XsltConfigSection.LimitXPathComplexity) {
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
151if (System.Xml.XmlConfiguration.XsltConfigSection.LimitXPathComplexity) {
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1261if (System.Xml.XmlConfiguration.XsltConfigSection.LimitXPathComplexity) {
System.Xml (29)
System\Xml\Core\XmlConfiguration.cs (6)
100XsltConfigSection section = System.Configuration.ConfigurationManager.GetSection(XmlConfigurationString.XsltSectionPath) as XsltConfigSection; 134XsltConfigSection section = System.Configuration.ConfigurationManager.GetSection(XmlConfigurationString.XsltSectionPath) as XsltConfigSection; 161XsltConfigSection section = System.Configuration.ConfigurationManager.GetSection(XmlConfigurationString.XsltSectionPath) as XsltConfigSection;
System\Xml\Xslt\XslCompiledTransform.cs (18)
117LoadInternal(stylesheet, XsltSettings.Default, XsltConfigSection.CreateDefaultResolver()); 135LoadInternal(stylesheet, XsltSettings.Default, XsltConfigSection.CreateDefaultResolver()); 154LoadInternal(stylesheetUri, XsltSettings.Default, XsltConfigSection.CreateDefaultResolver()); 276if (System.Xml.XmlConfiguration.XsltConfigSection.EnableMemberAccessForXslCompiledTransform) 312if (!System.Xml.XmlConfiguration.XsltConfigSection.EnableMemberAccessForXslCompiledTransform) 335Transform(input, (XsltArgumentList)null, results, XsltConfigSection.CreateDefaultResolver()); 340Transform(input, arguments, results, XsltConfigSection.CreateDefaultResolver()); 346Transform(input, arguments, writer, XsltConfigSection.CreateDefaultResolver()); 354Transform(input, arguments, writer, XsltConfigSection.CreateDefaultResolver()); 365Transform(input, (XsltArgumentList)null, results, XsltConfigSection.CreateDefaultResolver()); 370Transform(input, arguments, results, XsltConfigSection.CreateDefaultResolver()); 376Transform(input, arguments, writer, XsltConfigSection.CreateDefaultResolver()); 384Transform(input, arguments, writer, XsltConfigSection.CreateDefaultResolver()); 402Transform(reader, (XsltArgumentList)null, results, XsltConfigSection.CreateDefaultResolver()); 412Transform(reader, arguments, results, XsltConfigSection.CreateDefaultResolver()); 423Transform(reader, arguments, writer, XsltConfigSection.CreateDefaultResolver()); 435Transform(reader, arguments, writer, XsltConfigSection.CreateDefaultResolver()); 453Transform(reader, (XsltArgumentList)null, writer, XsltConfigSection.CreateDefaultResolver());
System\Xml\Xslt\XslTransform.cs (5)
32return XsltConfigSection.CreateDefaultResolver(); 56Load(stylesheet, XsltConfigSection.CreateDefaultResolver()); 63Load(stylesheet, XsltConfigSection.CreateDefaultResolver()); 76Load(stylesheet, XsltConfigSection.CreateDefaultResolver()); 90Compile(Compiler.LoadDocument(tr).CreateNavigator(), XsltConfigSection.CreateDefaultResolver(), evidence);