9 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;
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\ITypeInfoTests.cs (2)
123Assert.True(pFuncDesc->elemdescFunc.tdesc.Anonymous.lpadesc is null); 307Assert.False(pVarDesc->elemdescVar.tdesc.Anonymous.lpadesc is null);