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