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