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