1 write to _callable
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
19
_callable
= callable;
6 references to _callable
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (6)
36
IDispatchComObject target =
_callable
.DispatchComObject;
37
string name =
_callable
.MemberName;
51
IDispatchComObject target =
_callable
.DispatchComObject;
52
string name =
_callable
.MemberName;
101
BindingRestrictions dispatchRestriction = IDispatchMetaObject.IDispatchRestriction(dispatch,
_callable
.DispatchComObject.ComTypeDesc);
103
Expression.Equal(dispId, Expression.Constant(
_callable
.DispId))