11 writes to Excludes
Microsoft.Build.Engine.UnitTests (11)
FileMatcher_Tests.cs (11)
271Excludes = new[] 293Excludes = new[] 311Excludes = new[] 332Excludes = new[] 351Excludes = new[] 392Excludes = new[] 423Excludes = new[] 443Excludes = new[] 461Excludes = new[] 486Excludes = new[] 508Excludes = new[]
7 references to Excludes
Microsoft.Build.Engine.UnitTests (7)
FileMatcher_Tests.cs (7)
146Verify(info.Include, info.Excludes); 149Verify(info.Include.Replace('\\', '/'), info.Excludes, customMessage: "Include directory separator was changed to forward slash"); 152Verify(info.Include, info.Excludes?.Select(o => o.Replace('\\', '/')).ToArray(), customMessage: "Excludes directory separator was changed to forward slash"); 155Verify(info.Include.ToUpperInvariant(), info.Excludes, info.ExpectNoMatches, "Include was changed to uppercase"); 161Verify(info.Include, info.Excludes?.Select(o => o.ToUpperInvariant()).ToArray(), false, "Excludes were changed to uppercase"); 229if (Excludes != null) 231yield return $"Excludes = {String.Join(";", Excludes)}";