1 write to DispId
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (1)
15DispId = dispId;
6 references to DispId
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
402Expression.Property(_method, typeof(ComMethodDesc).GetProperty(nameof(ComMethodDesc.DispId)))
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (2)
37typeInfo.GetNames(DispId, rgNames, rgNames.Length, out int cNames); 66if (!IsPropertyGet || DispId == ComDispIds.DISPID_NEWENUM)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
222return new DispCallable(dispatch, method.Name, method.DispId);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
573if (method.DispId == ComDispIds.DISPID_VALUE && setItem == null) 584if (method.DispId == ComDispIds.DISPID_VALUE && setItem == null)