1 instantiation of IDispatchMetaObject
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
318return new IDispatchMetaObject(parameter, this);
1 reference to IDispatchMetaObject
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
101BindingRestrictions dispatchRestriction = IDispatchMetaObject.IDispatchRestriction(dispatch, _callable.DispatchComObject.ComTypeDesc);