summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChuck Ries <chuckr@microsoft.com>2019-01-09 22:43:10 -0800
committerJan Kotas <jkotas@microsoft.com>2019-01-09 22:43:10 -0800
commit83c87e2c23ad791b75da6818a0b32e687859f5d1 (patch)
tree88605b0d52106831f9f8014884f67de9aa266ef7 /src
parent2555ff82c1c961c4c0c0e8c58209645a8d09fb41 (diff)
downloadcoreclr-83c87e2c23ad791b75da6818a0b32e687859f5d1.tar.gz
coreclr-83c87e2c23ad791b75da6818a0b32e687859f5d1.tar.bz2
coreclr-83c87e2c23ad791b75da6818a0b32e687859f5d1.zip
Prevent AsyncIteratororMethodBuilder.ObjectIdForDebugger from gettingg trimmed (#21920)
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/ILLinkTrim.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/ILLinkTrim.xml b/src/System.Private.CoreLib/ILLinkTrim.xml
index 53eae5d4e8..77f6e749b4 100644
--- a/src/System.Private.CoreLib/ILLinkTrim.xml
+++ b/src/System.Private.CoreLib/ILLinkTrim.xml
@@ -23,6 +23,9 @@
<type fullname="System.Runtime.CompilerServices.AsyncMethodBuilderCore">
<method name="TryGetStateMachineForDebugger" />
</type>
+ <type fullname="System.Runtime.CompilerServices.AsyncIteratorMethodBuilder">
+ <property name="ObjectIdForDebugger" />
+ </type>
<type fullname="System.Runtime.CompilerServices.AsyncVoidMethodBuilder">
<property name="ObjectIdForDebugger" />
</type>