7 references to PathEquals
Microsoft.CodeAnalysis.Test.Utilities (7)
Platform\Custom\SigningTestHelpers.cs (7)
95return PathEquals(fullPath, KeyPairFile) || PathEquals(fullPath, PublicKeyFile); 100if (PathEquals(fullPath, KeyPairFile)) 104else if (PathEquals(fullPath, PublicKeyFile)) 108else if (PathEquals(fullPath, KeyPairFile2)) 112else if (PathEquals(fullPath, PublicKeyFile2)) 116else if (PathEquals(fullPath, MaxSizeKeyFile))