8 references to ComDispIds
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
457
Expression.Constant(
ComDispIds
.DISPID_PROPERTYPUT)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (1)
66
if (!IsPropertyGet || DispId ==
ComDispIds
.DISPID_NEWENUM)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (6)
157
_comTypeDesc.EnsureGetItem(new ComMethodDesc(name,
ComDispIds
.DISPID_VALUE, ComTypes.INVOKEKIND.INVOKE_PROPERTYGET));
188
_comTypeDesc.EnsureSetItem(new ComMethodDesc(name,
ComDispIds
.DISPID_VALUE, ComTypes.INVOKEKIND.INVOKE_PROPERTYPUT));
573
if (method.DispId ==
ComDispIds
.DISPID_VALUE && setItem == null)
584
if (method.DispId ==
ComDispIds
.DISPID_VALUE && setItem == null)
591
if (funcDesc.memid ==
ComDispIds
.DISPID_NEWENUM)
601
if (funcDesc.memid ==
ComDispIds
.DISPID_VALUE)