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