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