2 implementations of Exists
Microsoft.NET.Build.Tasks (1)
ConflictItem.cs (1)
94public bool Exists
Microsoft.NET.Build.Tasks.UnitTests (1)
Mocks\MockConflictItem.cs (1)
29public bool Exists { get; set; }
2 references to Exists
Microsoft.NET.Build.Tasks (2)
ConflictResolver.cs (2)
177var exists1 = item1.Exists; 178var exists2 = item2.Exists;