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