3 references to UseLegacyXmlListSeparation
System.Private.Xml (3)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
716char[]? separators = LocalAppContextSwitches.UseLegacyXmlListSeparation ? null : s_xmlListWhitespace; 2128char[]? separators = LocalAppContextSwitches.UseLegacyXmlListSeparation ? null : s_xmlListWhitespace;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1653&& !System.Xml.LocalAppContextSwitches.UseLegacyXmlListSeparation;