5 references to ComTypeDesc
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
101
BindingRestrictions dispatchRestriction = IDispatchMetaObject.IDispatchRestriction(dispatch, _callable.DispatchComObject.
ComTypeDesc
);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
272
return
ComTypeDesc
.GetMemberNames(dataOnly);
289
if (
ComTypeDesc
.TryGetFunc(name, out ComMethodDesc method) && method.IsDataMember)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (2)
240
return IDispatchRestriction(Expression, _self.
ComTypeDesc
);
252
typeof(IDispatchComObject).GetProperty(nameof(IDispatchComObject.
ComTypeDesc
))