2 references to s_xmlListWhitespace
System.Private.Xml (2)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
716
char[]? separators = LocalAppContextSwitches.UseLegacyXmlListSeparation ? null :
s_xmlListWhitespace
;
2132
char[]? separators = LocalAppContextSwitches.UseLegacyXmlListSeparation ? null :
s_xmlListWhitespace
;