1 instantiation of TypeLib
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ComImporter.cs (1)
74TypeLib = new TypeLib(tlbid, new Version(typeLibAttr.wMajorVerNum, typeLibAttr.wMinorVerNum), helpdir, typeLibAttr.lcid, Convert.ToInt32(typeLibAttr.wLibFlags, CultureInfo.InvariantCulture));
6 references to TypeLib
Microsoft.Build.Tasks.Core (6)
ManifestUtil\ApplicationManifest.cs (1)
496foreach (TypeLib typeLib in file.TypeLibs)
ManifestUtil\ComImporter.cs (1)
272public TypeLib TypeLib { get; }
ManifestUtil\FileReference.cs (4)
25private TypeLib[] _typeLibs; 54var typeLibs = new List<TypeLib>(); 106public TypeLib[] TypeLibs => _typeLibs; 131public TypeLib[] XmlTypeLibs