20 references to PathComparison
BuildBoss (20)
CompilerNuGetCheckerUtil.cs (20)
150relativeFileName.EndsWith(".resources.dll", PathComparison) || 151relativeFileName.EndsWith(".rels", PathComparison) || 152relativeFileName.EndsWith(".psmdcp", PathComparison), 181relativeFileName.StartsWith(@"tasks\netcore\bincore\Microsoft.DiaSymReader.Native", PathComparison) || 182relativeFileName.StartsWith(@"tasks\netcore\bincore\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll", PathComparison) || 183(relativeFileName.StartsWith(@"tasks\netcore\binfx\", PathComparison) && relativeFileName.EndsWith(".targets", PathComparison)) || 184relativeFileName.Equals(@"tasks\netcore\bincore\csc.exe", PathComparison) || 185relativeFileName.Equals(@"tasks\netcore\bincore\vbc.exe", PathComparison) || 186relativeFileName.Equals(@"tasks\netcore\bincore\VBCSCompiler.exe", PathComparison), 298if (partData.RelativeName.StartsWith(packageFolder, PathComparison) && 349.Where(x => x.RelativeName.StartsWith(folderRelativePath, PathComparison)) 452filePath.EndsWith(".exe", PathComparison) || 453filePath.EndsWith(".dll", PathComparison) || 454filePath.EndsWith(".targets", PathComparison) || 455filePath.EndsWith(".config", PathComparison) || 456filePath.EndsWith(".rsp", PathComparison) || 457filePath.EndsWith(".deps.json", PathComparison) || 458filePath.EndsWith(".runtimeconfig.json", PathComparison) || 459filePath.EndsWith(".props", PathComparison);