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