summaryrefslogtreecommitdiff
path: root/src/vm/mdaassistants.h
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Remove Marshaling MDA (#22579)Jeremy Koritzinsky1-24/+0
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.
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub1-81/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+933
[tfs-changeset: 1407945]