2 writes to SourcePath
NuGet.Packaging (2)
PackageCreation\Authoring\PackageBuilder.cs (2)
1052SourcePath = result.Path, 1057SourcePath = result.Path
10 references to SourcePath
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
675physicalPackageFile.SourcePath), 728string path = physicalPackageFile.SourcePath;
NuGet.Packaging (8)
PackageCreation\Authoring\PackageBuilder.cs (1)
1132PathResolver.FilterPackageFiles(searchFiles, p => p.SourcePath!, new[] { wildCard });
PackageCreation\Authoring\PhysicalPackageFile.cs (7)
82else if (SourcePath != null) 84_lastWriteTime = File.GetLastWriteTimeUtc(SourcePath); 85return File.OpenRead(SourcePath); 111return file != null && String.Equals(SourcePath, file.SourcePath, StringComparison.OrdinalIgnoreCase) && 118if (SourcePath != null) 123hash = SourcePath.GetHashCode(StringComparison.Ordinal);