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