4 references to IsValidFilePath
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1181
if (!PathUtilities.
IsValidFilePath
(finalPdbFilePath))
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
2059
if (!PathUtilities.
IsValidFilePath
(fullPath))
Microsoft.CodeAnalysis.UnitTests (1)
FileSystem\PathUtilitiesTests.cs (1)
320
Assert.True(isValid == PathUtilities.
IsValidFilePath
(path), $"Expected {isValid} for \"{path}\"");
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1715
If Not PathUtilities.
IsValidFilePath
(fullPath) Then