Remove Marshaling MDA (#22579)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Wed, 13 Feb 2019 23:52:35 +0000 (15:52 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Feb 2019 23:52:35 +0000 (15:52 -0800)
commitac27e6badbb195a77c0f81427ffc0d4f837dcc45
treea1ac914ba72eb9faea77dc96fc7b2c8b3a95bdda
parentf514a549d7b8972111e85cfb7dab6fa3216382ba
Remove Marshaling MDA (#22579)

Remove the "marshaling" MDA. In .NET Framework it was off by default and in .NET Core it was commented out in the boilerplate file. Additionally, from what I can tell only half of its functionality was ever implemented in .NET Core.

Contributes to #22538.
src/vm/fieldmarshaler.cpp
src/vm/fieldmarshaler.h
src/vm/mdaBoilerplate.exe.mda.config
src/vm/mdaassistants.cpp
src/vm/mdaassistants.h
src/vm/methodtablebuilder.cpp