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)
36IDispatchComObject target = _callable.DispatchComObject; 37string name = _callable.MemberName; 51IDispatchComObject target = _callable.DispatchComObject; 52string name = _callable.MemberName; 101BindingRestrictions dispatchRestriction = IDispatchMetaObject.IDispatchRestriction(dispatch, _callable.DispatchComObject.ComTypeDesc); 103Expression.Equal(dispId, Expression.Constant(_callable.DispId))