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