1 instantiation of ComTypeLibDesc
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (1)
61typeLibDesc = new ComTypeLibDesc
19 references to ComTypeLibDesc
Microsoft.CSharp (19)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (1)
26internal ComTypeClassDesc(ComTypes.ITypeInfo typeInfo, ComTypeLibDesc typeLibDesc) :
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (2)
20internal ComTypeDesc(ITypeInfo typeInfo, ComTypeLibDesc typeLibDesc) 198public ComTypeLibDesc TypeLib { get; }
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeEnumDesc.cs (1)
20internal ComTypeEnumDesc(ComTypes.ITypeInfo typeInfo, ComTypeLibDesc typeLibDesc) :
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (4)
28private static readonly Dictionary<Guid, ComTypeLibDesc> s_cachedTypeLibDesc = new Dictionary<Guid, ComTypeLibDesc>(); 48internal static ComTypeLibDesc GetFromTypeLib(ComTypes.ITypeLib typeLib) 52ComTypeLibDesc typeLibDesc;
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
502ComTypeLibDesc typeLibDesc = ComTypeLibDesc.GetFromTypeLib(typeLib);
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeEnumMetaObject.cs (2)
46typeof(ComTypeLibDesc).GetProperty(nameof(ComTypeLibDesc.Guid))),
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeLibMetaObject.cs (7)
11private readonly ComTypeLibDesc _lib; 13internal TypeLibMetaObject(Expression expression, ComTypeLibDesc lib) 22Expression, typeof(ComTypeLibDesc) 28Expression, typeof(ComTypeLibDesc) 30typeof(ComTypeLibDesc).GetProperty(nameof(ComTypeLibDesc.Guid)) 39((ComTypeLibDesc)Value).GetTypeLibObjectDesc(name)