You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/10.0] Look up the correct MethodTable on COM methods. (#121512)
Backport of #121431 to release/10.0
/cc @AaronRobinsonMSFT
## Customer Impact
- [x] Customer reported
- [ ] Found internally
How a COM server is activated can obscure how we determine the `IID` of
a COM interface method. This matters in scenarios involving
`ISupportErrorInfo`. A user reported this in
#121252.
## Regression
- [x] Yes
- [ ] No
This is a regression from .NET 9. It was introduced in
#117690.
## Testing
Tests were updated to validate this behavior.
## Risk
Low. This only impacts COM scenarios involving `ISupportErrorInfo`.
---------
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
0 commit comments