2 implementations of ResolveFileConflict
NuGet.PackageManagement (2)
ConsoleProjectContext.cs (1)
73public virtual ProjectManagement.FileConflictAction ResolveFileConflict(string message)
EmptyNuGetProjectContext.cs (1)
20public FileConflictAction ResolveFileConflict(string message)
1 reference to ResolveFileConflict
NuGet.PackageManagement (1)
Utility\MSBuildNuGetProjectSystemUtility.cs (1)
115var fileConflictAction = projectSystem.NuGetProjectContext.ResolveFileConflict(conflictMessage);