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