1 write to _sourcePath
Microsoft.Build.Tasks.Core (1)
ManifestUtil\Manifest.cs (1)
366set => _sourcePath = value;
5 references to _sourcePath
Microsoft.Build.Tasks.Core (5)
ManifestUtil\Manifest.cs (5)
218if (!String.IsNullOrEmpty(_sourcePath)) 220defaultDir = Path.GetDirectoryName(_sourcePath); 365get => _sourcePath; 371return !String.IsNullOrEmpty(_sourcePath) ? _sourcePath : AssemblyIdentity.ToString();