2 writes to SourcePath
Microsoft.NET.Build.Tasks (2)
ResolvedFile.cs (2)
50
SourcePath
= Path.GetFullPath(sourcePath);
60
SourcePath
= item.ItemSpec;
7 references to SourcePath
Microsoft.NET.Build.Tasks (7)
DependencyContextBuilder.cs (1)
821
return CreateRuntimeFile(relativePath, resolvedFile.
SourcePath
);
ResolveCopyLocalAssets.cs (1)
75
TaskItem item = new(resolvedFile.
SourcePath
);
ResolvedFile.cs (5)
33
get { return Path.GetFileName(
SourcePath
); }
82
throw new InvalidOperationException($"Unrecognized AssetType '{assetType}' for {
SourcePath
}");
103
other.
SourcePath
==
SourcePath
&&
111
return
SourcePath
.GetHashCode() + DestinationSubDirectory.GetHashCode();