6 references to NormalizeAbsolutePath
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineParser.cs (1)
574responsePaths.Add(FileUtilities.NormalizeAbsolutePath(directory));
FileSystem\FileUtilities.cs (1)
272return NormalizeAbsolutePath(path).TrimEnd(Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar);
RuleSet\RuleSetProcessor.cs (1)
62filePath = FileUtilities.NormalizeAbsolutePath(filePath);
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Custom\SigningTestHelpers.cs (2)
88FileUtilities.NormalizeAbsolutePath(left), 89FileUtilities.NormalizeAbsolutePath(right),
Microsoft.CodeAnalysis.UnitTests (1)
StrongNameProviderTests.cs (1)
86return fullPath != null && _existingFullPaths != null && _existingFullPaths.Contains(FileUtilities.NormalizeAbsolutePath(fullPath));