예제 #1
0
 private bool IsRelevantForSonar(string fileName)
 {
     return(!ExcludedCover.Contains(GetFileNameWithoutExtension(fileName)));
 }
예제 #2
0
 bool IsRelevantForSonar(string fileName)
 => !ExcludedCover.Contains(GetFileNameWithoutExtension(fileName));