3 references to NormalizeDriveLetter
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.cs (2)
260
pathToFile = PathUtilities.
NormalizeDriveLetter
(pathToFile);
266
var sectionName = PathUtilities.
NormalizeDriveLetter
(activeSectionName);
CommandLine\AnalyzerConfigSet.cs (1)
188
normalizedPath = PathUtilities.
NormalizeDriveLetter
(normalizedPath);