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