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