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