2 writes to Conflicting
NuGet.Commands (1)
RestoreCommand\DependencyGraphResolver.cs (1)
658Conflicting = versionConflict.Value,
NuGet.DependencyResolver.Core (1)
GraphModel\GraphOperations.cs (1)
444Conflicting = childNode
3 references to Conflicting
NuGet.Commands (3)
RestoreCommand\Diagnostics\IndexedRestoreTargetGraph.cs (1)
49_idsWithErrors.Add(node.Conflicting.Key.Name);
RestoreCommand\RestoreCommand.cs (2)
1674+ $" {Environment.NewLine} {versionConflict.Selected.GetPathWithLastRange()} {Environment.NewLine} {versionConflict.Conflicting.GetPathWithLastRange()}."; 1684+ $" {Environment.NewLine} {versionConflict.Selected.GetPathWithLastRange()} {Environment.NewLine} {versionConflict.Conflicting.GetPathWithLastRange()}.";