17 references to LocalAppContextSwitches
System.Private.Xml (17)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1616
(
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)
2355
if (
LocalAppContextSwitches
.IgnoreEmptyKeySequences)
System\Xml\Serialization\SoapAttributes.cs (1)
42
if (!System.Xml.
LocalAppContextSwitches
.IgnoreObsoleteMembers)
System\Xml\Serialization\XmlAttributes.cs (1)
93
if (!System.Xml.
LocalAppContextSwitches
.IgnoreObsoleteMembers)
System\Xml\Serialization\Xmlcustomformatter.cs (3)
90
if (!
LocalAppContextSwitches
.IgnoreKindInUtcTimeSerialization && value.Kind == DateTimeKind.Utc)
425
if (!
LocalAppContextSwitches
.IgnoreKindInUtcTimeSerialization)
437
if (
LocalAppContextSwitches
.AllowXsdTimeToTimeOnlyWithOffsetLoss)
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)
1366
if (
LocalAppContextSwitches
.LimitXPathComplexity)
System\Xml\Xslt\XslCompiledTransform.cs (1)
407
if (
LocalAppContextSwitches
.AllowDefaultResolver)
System\Xml\Xslt\XslTransform.cs (1)
261
if (
LocalAppContextSwitches
.AllowDefaultResolver)