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