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