2 references to NormalizeWithForwardSlash
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.cs (1)
171NormalizedDirectory = PathUtilities.NormalizeWithForwardSlash(directory);
CommandLine\SarifErrorLogger.cs (1)
152path = PathUtilities.NormalizeWithForwardSlash(path);