1 write to SourcePath
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
95assembly.SourcePath = hintPath;
12 references to SourcePath
Microsoft.Build.Tasks.Core (12)
GenerateManifestBase.cs (4)
542file.TargetPath = Path.IsPathRooted(file.SourcePath) || file.SourcePath.StartsWith("..", StringComparison.Ordinal) ? Path.GetFileName(file.SourcePath) : file.SourcePath;
ManifestUtil\AssemblyReferenceCollection.cs (3)
132a.SourcePath != null && 134String.Equals(identity.Name, System.IO.Path.GetFileNameWithoutExtension(a.SourcePath), StringComparison.OrdinalIgnoreCase)) 136listItemIdentity = AssemblyIdentity.FromManagedAssembly(a.SourcePath);
ManifestUtil\Manifest.cs (5)
160a.ResolvedPath = ResolvePath(a.SourcePath, searchPaths); 191f.ResolvedPath = ResolvePath(f.SourcePath, searchPaths); 492throw new FileNotFoundException(null, f.SourcePath); 535if (!string.IsNullOrEmpty(f.SourcePath)) 537f.TargetPath = BaseReference.GetDefaultTargetPath(f.SourcePath);