3 references to ComTypeEnumDesc
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
37
return new
ComTypeEnumDesc
(typeInfo, null);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (2)
80
ComTypeEnumDesc enumDesc = new
ComTypeEnumDesc
(typeInfo, typeLibDesc);
97
ComTypeEnumDesc enumDesc = new
ComTypeEnumDesc
(referencedTypeInfo, typeLibDesc);