Skip to content

'ComWrappers.RegisterObjectForInterface' should skip a QI if 'inner' is provided #113239

Closed as not planned
@Sergio0694

Description

@Sergio0694

Description

Currently, this method is always querying for inner, to handle back-compat with .NET 5, where there was no overload passing it:

HRESULT hr = external->QueryInterface(IID_IReferenceTracker, (void**)&trackerObject);
if (SUCCEEDED(hr))
checkForIdentity = trackerObject.p;

Now that the overload exists and callers can pass inner, we should be able to skip this QI if we do have a value.

cc. @jkoritzinsky

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions