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