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