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