1 write to DispId
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (1)
21
DispId
= dispId;
5 references to DispId
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (3)
42
return obj is DispCallable other && other.DispatchComObject == DispatchComObject && other.
DispId
==
DispId
;
47
return DispatchComObject.GetHashCode() ^
DispId
;
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (2)
99
MemberExpression dispId = Expression.Property(dispCall, typeof(DispCallable).GetProperty(nameof(DispCallable.
DispId
)));
103
Expression.Equal(dispId, Expression.Constant(_callable.
DispId
))