2 writes to _clsid
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
165
_clsid
= clsId.ToString("B");
194
set =>
_clsid
= value;
2 references to _clsid
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
172
public string ClsId =>
_clsid
;
193
get =>
_clsid
;