1 write to DispatchComObject
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (1)
19
DispatchComObject
= dispatch;
8 references to DispatchComObject
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (4)
28
public IDispatch DispatchObject =>
DispatchComObject
.DispatchObject;
42
return obj is DispCallable other && other.
DispatchComObject
==
DispatchComObject
&& other.DispId == DispId;
47
return
DispatchComObject
.GetHashCode() ^ DispId;
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (4)
36
IDispatchComObject target = _callable.
DispatchComObject
;
51
IDispatchComObject target = _callable.
DispatchComObject
;
98
MemberExpression dispatch = Expression.Property(dispCall, typeof(DispCallable).GetProperty(nameof(DispCallable.
DispatchComObject
)));
101
BindingRestrictions dispatchRestriction = IDispatchMetaObject.IDispatchRestriction(dispatch, _callable.
DispatchComObject
.ComTypeDesc);