4 references to GetMSBuildFilePath
NuGet.Commands (4)
RestoreCommand\Utility\BuildAssetsUtils.cs (2)
463var targetsPath = GetMSBuildFilePath(project, TargetsExtension); 464var propsPath = GetMSBuildFilePath(project, PropsExtension);
RestoreCommand\Utility\NoOpRestoreUtilities.cs (2)
112var targetsFilePath = BuildAssetsUtils.GetMSBuildFilePath(request.Project, BuildAssetsUtils.TargetsExtension); 118var propsFilePath = BuildAssetsUtils.GetMSBuildFilePath(request.Project, BuildAssetsUtils.PropsExtension);