2 references to CollapseWithForwardSlash
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
186var normalizedPath = PathUtilities.CollapseWithForwardSlash(sourcePath.AsSpan());
Microsoft.CodeAnalysis.UnitTests (1)
FileSystem\PathUtilitiesTests.cs (1)
436AssertEx.Equal(output, PathUtilities.CollapseWithForwardSlash(input.AsSpan()));