1 override of UnwrapSelf
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
260protected override ComUnwrappedMetaObject UnwrapSelf()
5 references to UnwrapSelf
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComFallbackMetaObject.cs (5)
27return binder.FallbackGetIndex(UnwrapSelf(), indexes); 33return binder.FallbackSetIndex(UnwrapSelf(), indexes, value); 39return binder.FallbackGetMember(UnwrapSelf()); 45return binder.FallbackInvokeMember(UnwrapSelf(), args); 51return binder.FallbackSetMember(UnwrapSelf(), value);