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