1 instantiation of IDispatchComObject
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComObject.cs (1)
93return new IDispatchComObject(dispatchObject);
18 references to IDispatchComObject
Microsoft.CSharp (18)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
220public static DispCallable CreateDispCallable(IDispatchComObject dispatch, ComMethodDesc method)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (2)
17internal DispCallable(IDispatchComObject dispatch, string memberName, int dispId) 26public IDispatchComObject DispatchComObject { get; }
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (2)
36IDispatchComObject target = _callable.DispatchComObject; 51IDispatchComObject target = _callable.DispatchComObject;
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (13)
15private readonly IDispatchComObject _self; 18internal IDispatchMetaObject(Expression expression, IDispatchComObject self) 61Helpers.Convert(Expression, typeof(IDispatchComObject)), 62typeof(IDispatchComObject).GetProperty(nameof(IDispatchComObject.DispatchObject)) 117Helpers.Convert(Expression, typeof(IDispatchComObject)), 200Helpers.Convert(Expression, typeof(IDispatchComObject)), 201typeof(IDispatchComObject).GetProperty(nameof(IDispatchComObject.DispatchObject)) 246expr, typeof(IDispatchComObject) 251Helpers.Convert(expr, typeof(IDispatchComObject)), 252typeof(IDispatchComObject).GetProperty(nameof(IDispatchComObject.ComTypeDesc))