Remove use of non-generic Queue/Stack in System.Private.Xml (dotnet/corefx#41142)
authorStephen Toub <stoub@microsoft.com>
Tue, 17 Sep 2019 01:04:03 +0000 (21:04 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 01:04:03 +0000 (21:04 -0400)
commit7c4f499628bc5f830fa846be5248ee417dddd3bf
tree2fbad55836cded079b5e7dc49c3c6ecf1207bf50
parent0a7431b7c78fd95da5c28a746b034ec0a6729494
Remove use of non-generic Queue/Stack in System.Private.Xml (dotnet/corefx#41142)

This is the only reason these types are brought into a trimmed default MVC app.

Commit migrated from https://github.com/dotnet/corefx/commit/6347f35dad5fc7a967d5ab1202e8fbaf0ac7d252
src/libraries/System.Private.Xml/src/System/Xml/Schema/ContentValidator.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaCollectionCompiler.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaSetCompiler.cs
src/libraries/System.Private.Xml/src/System/Xml/Schema/XsdBuilder.cs
src/libraries/System.Private.Xml/src/System/Xml/Serialization/CodeGenerator.cs
src/libraries/System.Private.Xml/src/System/Xml/Xsl/XsltOld/Compiler.cs