1 write to _jsonConfig
NuGet.PackageManagement (1)
Projects\ProjectJsonNuGetProject.cs (1)
56
_jsonConfig
= new FileInfo(jsonConfig);
3 references to _jsonConfig
NuGet.PackageManagement (3)
Projects\ProjectJsonNuGetProject.cs (3)
123
public string JsonConfigPath =>
_jsonConfig
.FullName;
324
string.Format(CultureInfo.CurrentCulture, Strings.ErrorLoadingPackagesConfig,
_jsonConfig
.FullName, ex.Message), ex);
343
string.Format(CultureInfo.CurrentCulture, Strings.ErrorLoadingPackagesConfig,
_jsonConfig
.FullName, ex.Message), ex);