4 references to GetMSBuildFilePath
NuGet.Commands (4)
RestoreCommand\Utility\BuildAssetsUtils.cs (2)
443var targetsPath = GetMSBuildFilePath(project, TargetsExtension); 444var propsPath = GetMSBuildFilePath(project, PropsExtension);
RestoreCommand\Utility\NoOpRestoreUtilities.cs (2)
135var targetsFilePath = BuildAssetsUtils.GetMSBuildFilePath(request.Project, BuildAssetsUtils.TargetsExtension); 141var propsFilePath = BuildAssetsUtils.GetMSBuildFilePath(request.Project, BuildAssetsUtils.PropsExtension);