7 references to Anonymous
System.Windows.Forms (7)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (7)
333
Debug.Assert(typeDesc.
Anonymous
.hreftype != 0u, "typeDesc doesn't contain an hreftype!");
334
hreftype = typeDesc.
Anonymous
.hreftype;
339
Debug.Assert(typeDesc.
Anonymous
.lptdesc is not null, "typeDesc doesn't contain an refTypeDesc!");
340
if (typeDesc.
Anonymous
.lptdesc->vt == VT_VARIANT)
342
return VTToType(typeDesc.
Anonymous
.lptdesc->vt);
345
hreftype = typeDesc.
Anonymous
.lptdesc->
Anonymous
.hreftype;