Remove type pattern from descriptor (#39047)
authorMateo Torres-Ruiz <mateoatr@users.noreply.github.com>
Fri, 10 Jul 2020 20:52:54 +0000 (13:52 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 20:52:54 +0000 (15:52 -0500)
* Remove type pattern from descriptor

* Use CLR type name

Co-authored-by: Layomi Akinrinade <layomia@gmail.com>
Co-authored-by: Layomi Akinrinade <layomia@gmail.com>
src/libraries/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.Shared.xml

index 71c7c46..605c304 100644 (file)
     <type fullname="System.Runtime.CompilerServices.AsyncVoidMethodBuilder">
       <property name="ObjectIdForDebugger" />
     </type>
-    <type fullname="System.Runtime.CompilerServices.AsyncTaskMethodBuilder*">
+    <type fullname="System.Runtime.CompilerServices.AsyncTaskMethodBuilder">
+      <property name="ObjectIdForDebugger" />
+      <method name="SetNotificationForWaitCompletion" />
+    </type>
+    <type fullname="System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1">
       <property name="ObjectIdForDebugger" />
       <method name="SetNotificationForWaitCompletion" />
     </type>