5 references to JsonConfigPath
NuGet.PackageManagement (5)
Projects\ProjectJsonNuGetProject.cs (5)
106return Task.FromResult(ProjectJsonPathUtilities.GetLockFilePath(JsonConfigPath)); 177packageSpec = JsonPackageSpecReader.GetPackageSpec(ProjectName, JsonConfigPath); 313return FileUtility.SafeRead(JsonConfigPath, (stream, filePath) => 332return await FileUtility.SafeReadAsync(JsonConfigPath, async (stream, filePath) => 356JsonConfigPath);