Commit 06d89d2
authored
Implement InstantiateSignature on AsyncMethodVariant/EcmaMethod (#121948)
We left this as NYI but I hit this. The correct implementation for
anything that represents a definition should be `return this`. Since I
was looking at this, I'm doing the same for `EcmaMethod` too since the
base `MethodDesc.InstantiateSignature` does a lot of work for nothing on
a definition.
Cc @dotnet/ilc-contrib1 parent 722de45 commit 06d89d2
File tree
2 files changed
+3
-1
lines changed- src/coreclr/tools/Common
- Compiler
- TypeSystem/Ecma
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| 602 | + | |
| 603 | + | |
602 | 604 | | |
603 | 605 | | |
0 commit comments