1 write to DispatchObject
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
87
DispatchObject
= rcw;
7 references to DispatchObject
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (1)
28
public IDispatch DispatchObject => DispatchComObject.
DispatchObject
;
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (4)
212
int hresult = GetIDsOfNames(
DispatchObject
, name, out int dispId);
235
int hresult = GetIDsOfNames(
DispatchObject
, name, out int dispId);
346
ComTypes.ITypeInfo typeInfo = ComRuntimeHelpers.GetITypeInfoFromIDispatch(
DispatchObject
);
521
ComTypes.ITypeInfo typeInfo = ComRuntimeHelpers.GetITypeInfoFromIDispatch(
DispatchObject
);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (2)
62
typeof(IDispatchComObject).GetProperty(nameof(IDispatchComObject.
DispatchObject
))
201
typeof(IDispatchComObject).GetProperty(nameof(IDispatchComObject.
DispatchObject
))