2 writes to _excludes
Microsoft.Build.Framework (2)
Utilities\FileMatcher.cs (2)
3490_excludes = []; 3494_excludes = new OptimizedFileSearch[excludes.Count];
7 references to _excludes
Microsoft.Build.Framework (7)
Utilities\FileMatcher.cs (7)
3498_excludes[index] = exclude; 3502_activeFileExcludes = new byte[_excludes.Length]; 3518for (int index = 0; index < _excludes.Length; index++) 3521&& _excludes[index].Matcher.MatchesFileName(entry.FileName)) 3550foreach (OptimizedFileSearch exclude in _excludes) 3607for (int index = 0; index < _excludes.Length; index++) 3609OptimizedFileSearch exclude = _excludes[index];