forked from dotnet/corert
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow rooting a generic method in RD.XML (dotnet#4775)
Adds support for following syntax: ```xml <Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata"> <Application> <Assembly Name="repro"> <Type Name="Program"> <Method Name="SayHello"> <GenericArgument Name="System.Object, System.Private.CoreLib" /> </Method> </Type> </Assembly> </Application> </Directives> ``` Since this is temporary code, I just twisted the RD.XML syntax a bit so that we can reuse the type string parser we have for custom attribute blobs.
- Loading branch information
1 parent
3310ff3
commit f8e9b15
Showing
1 changed file
with
78 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters