3 references to _idsWithErrors
NuGet.Commands (3)
RestoreCommand\Diagnostics\IndexedRestoreTargetGraph.cs (3)
49
_idsWithErrors
.Add(node.Conflicting.Key.Name);
59
_idsWithErrors
.Add(node.Key.Name);
101
return
_idsWithErrors
.Contains(id);