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