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