1 write to TlbId
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ManifestReader.cs (1)
262TlbId = tlbid;
3 references to TlbId
Microsoft.Build.Tasks.Core (3)
ManifestUtil\ApplicationManifest.cs (3)
459if (!String.IsNullOrEmpty(comInfo.TlbId)) 461string key = comInfo.TlbId.ToLowerInvariant(); 468OutputMessages.AddErrorMessage("GenerateManifest.DuplicateComDefinition", "tlbid", comInfo.ComponentFileName, comInfo.TlbId, comInfo.ManifestFileName, info.ManifestFileName);