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