Move MemberInfo to shared partition#2980
Conversation
There are really two easy changes here, just to reduce CR overhead. - CoreRt side of dotnet/coreclr#10167 - Now that we have the shiny new IsConstructedGenericType api, let's use it...
|
Eh... pasted in the wrong commit text file. This was what it was supposed to be. I supposed I can fix in TFS before it gets merged to master. (Update: nope - don't seem to have permissions to alter changeset descriptions.) Title: Change Description:
|
There are really two easy changes here, just
to reduce CR overhead.
CoreRt side of Replace MemberInfo.cs with the CoreRt version and move to shared partition. coreclr#10167
Now that we have the shiny new IsConstructedGenericType
api, let's use it...