Closed
Description
I see a lot of confusion around mscorlib, since it's part of coreclr project, but it feels more like part of corefx. Some issues are open here (and sent to coreclr, like #14039), some are open there and sent to here (like #14081).
Plus, there is some classes that exist in both repos with some differences like ConcurrentDictionary (for example of pull request open to one repo and sent to another see dotnet/coreclr#63).
And even tests for runtime classes are in corefx (but runtime classes itself are in coreclr).
There should be something like "rule of a thumb" to rule this out.