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