8 references to ComDispIds
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
457Expression.Constant(ComDispIds.DISPID_PROPERTYPUT)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (1)
66if (!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)); 573if (method.DispId == ComDispIds.DISPID_VALUE && setItem == null) 584if (method.DispId == ComDispIds.DISPID_VALUE && setItem == null) 591if (funcDesc.memid == ComDispIds.DISPID_NEWENUM) 601if (funcDesc.memid == ComDispIds.DISPID_VALUE)