Replace Stack with Stack<T> in XmlDataLoader (dotnet/corefx#41569)
authorStephen Toub <stoub@microsoft.com>
Sat, 5 Oct 2019 11:20:25 +0000 (07:20 -0400)
committerGitHub <noreply@github.com>
Sat, 5 Oct 2019 11:20:25 +0000 (07:20 -0400)
commit7cb207dfff343aebb0ef618b70a179345c10d895
tree2c8ba4ca192574083fd038aa3a88b87e04e5f434
parentd160e84b4cd2ff40ccfcd09553d3d53e7a0ac7b9
Replace Stack with Stack<T> in XmlDataLoader (dotnet/corefx#41569)

This looks like the only remaining uses of the non-generic Stack in a trimmed web api app.

Commit migrated from https://github.com/dotnet/corefx/commit/052f4af24c1ccaa9bb42735fbdc2e99cadef1e66
src/libraries/System.Data.Common/src/System/Data/XmlDataLoader.cs