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)
123public string JsonConfigPath => _jsonConfig.FullName; 324string.Format(CultureInfo.CurrentCulture, Strings.ErrorLoadingPackagesConfig, _jsonConfig.FullName, ex.Message), ex); 343string.Format(CultureInfo.CurrentCulture, Strings.ErrorLoadingPackagesConfig, _jsonConfig.FullName, ex.Message), ex);