1 implementation of IConflictItem
Microsoft.NET.Build.Tasks (1)
parent\Common\ConflictResolution\ConflictItem.cs (1)
38internal class ConflictItem : IConflictItem
2 references to IConflictItem
Microsoft.NET.Build.Tasks (2)
parent\Common\ConflictResolution\ConflictResolver.cs (1)
12internal class ConflictResolver<TConflictItem> : IDisposable where TConflictItem : class, IConflictItem
parent\Common\ConflictResolution\PackageOverrideResolver.cs (1)
19internal class PackageOverrideResolver<TConflictItem> where TConflictItem : class, IConflictItem