1 write to 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));
2 references to TypeLib
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
62if (importer.TypeLib != null) 64typeLibs.Add(importer.TypeLib);