6 references to ParentFiles
Microsoft.DotNet.SignCheckLibrary (6)
Verification\Exclusion.cs (3)
98return ParentFiles.Length != 0 && !ParentFiles.All(pf => String.IsNullOrEmpty(pf)); 104return String.Format("FilePattern: {0} | Parent: {1} | Comment: {2}", FilePatterns, ParentFiles, Comment);
Verification\Exclusions.cs (3)
163/// Returns true if any <see cref="Exclusion.ParentFiles"/> matches the value of <paramref name="parent"/>. 165/// <param name="parent">The value to match against <see cref="Exclusion.ParentFiles"/>.</param> 171isExcluded = IsMatch(exclusion.ParentFiles, parent);