1 write to _sourcePath
Microsoft.Build.Tasks.Core (1)
ManifestUtil\Manifest.cs (1)
362set => _sourcePath = value;
5 references to _sourcePath
Microsoft.Build.Tasks.Core (5)
ManifestUtil\Manifest.cs (5)
214if (!String.IsNullOrEmpty(_sourcePath)) 216defaultDir = Path.GetDirectoryName(_sourcePath); 361get => _sourcePath; 367return !String.IsNullOrEmpty(_sourcePath) ? _sourcePath : AssemblyIdentity.ToString();