2 writes to _typeInfo
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Com\StandardDispatch.cs (2)
56
_typeInfo
= typeInfo;
256
_typeInfo
= null;
8 references to _typeInfo
System.Windows.Forms.Primitives (8)
Windows\Win32\System\Com\StandardDispatch.cs (8)
57
_typeInfo
->AddRef();
84
_typeInfo
->AddRef();
85
*ppTInfo =
_typeInfo
;
97
return
_typeInfo
->GetIDsOfNames(rgszNames, cNames, rgDispId);
131
return
_typeInfo
->Invoke(@interface, dispIdMember, wFlags, pDispParams, pVarResult, pExcepInfo, pArgErr);
188
return
_typeInfo
->Invoke(@interface, id, (DISPATCH_FLAGS)wFlags, pdp, pvarRes, pei, puArgErr: null);
253
if (
_typeInfo
is not null)
255
_typeInfo
->Release();