2 writes to _tlbid
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
164_tlbid = tlbId.ToString("B"); 230set => _tlbid = value;
2 references to _tlbid
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
184public string TlbId => _tlbid; 229get => _tlbid;