14 references to LocalAppContextSwitches
System.Private.Xml (14)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1619
(
LocalAppContextSwitches
.DontThrowOnInvalidSurrogatePairs || lowChar <= XmlCharType.SurLowEnd))
System\Xml\Core\XmlReaderSettings.cs (2)
92
return
LocalAppContextSwitches
.AllowDefaultResolver || IsXmlResolverSet ? _xmlResolver : null;
628
return
LocalAppContextSwitches
.IsNetworkingEnabledByDefault ? new XmlUrlResolver() : XmlResolver.FileSystemResolver;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1439
(
LocalAppContextSwitches
.DontThrowOnInvalidSurrogatePairs || lowChar <= XmlCharType.SurLowEnd))
System\Xml\Schema\XmlSchemaValidator.cs (1)
2360
if (
LocalAppContextSwitches
.IgnoreEmptyKeySequences)
System\Xml\Serialization\Xmlcustomformatter.cs (2)
85
if (!
LocalAppContextSwitches
.IgnoreKindInUtcTimeSerialization && value.Kind == DateTimeKind.Utc)
398
if (!
LocalAppContextSwitches
.IgnoreKindInUtcTimeSerialization)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
443
if (
LocalAppContextSwitches
.LimitXPathComplexity)
System\Xml\Xsl\XPath\XPathParser.cs (2)
121
if (
LocalAppContextSwitches
.LimitXPathComplexity)
349
if (
LocalAppContextSwitches
.LimitXPathComplexity)
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
165
if (
LocalAppContextSwitches
.LimitXPathComplexity)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1364
if (
LocalAppContextSwitches
.LimitXPathComplexity)
System\Xml\Xslt\XslCompiledTransform.cs (1)
407
if (
LocalAppContextSwitches
.AllowDefaultResolver)
System\Xml\Xslt\XslTransform.cs (1)
261
if (
LocalAppContextSwitches
.AllowDefaultResolver)