2 references to ComTypeClassDesc
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
35
return new
ComTypeClassDesc
(typeInfo, null);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (1)
75
ComTypeClassDesc classDesc = new
ComTypeClassDesc
(typeInfo, typeLibDesc);