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