1 write to _filePath
NuGet.Packaging (1)
PackagesConfigWriter.cs (1)
53
_filePath
= fullPath;
3 references to _filePath
NuGet.Packaging (3)
PackagesConfigWriter.cs (3)
415
Strings.PackagesNodeNotExist,
_filePath
));
606
if (!string.IsNullOrEmpty(
_filePath
))
608
WriteFile(
_filePath
!);