The System.Collections.Generic.Dictionary in runtime is located in “/Applications/Unity/Hub/Editor/2019.1.2f1/Unity.app/Contents/NetStandard/ref/2.0.0/netstandard.dll” and the count of constructors is 6, but when I used reflection to get it, it’s location is “/Applications/Unity/Hub/Editor/2019.1.2f1/Unity.app/Contents/MonoBleedingEdge/lib/mono/unityjit/Facades/netstandard.dll” and the count of constructors is 8,
the runtime and the reflection don’t match , why?