2 writes to _tlbid
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
251_tlbid = tlbId.ToString("B"); 333set => _tlbid = value;
2 references to _tlbid
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
293public string TlbId => _tlbid; 332get => _tlbid;