3 references to IsValidFilePath
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (1)
895if (!PathUtilities.IsValidFilePath(fullPath))
CommandLine\CommonCompiler.cs (1)
1314if (!PathUtilities.IsValidFilePath(finalPdbFilePath))
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
2081Debug.Assert(!PathUtilities.IsValidFilePath(fullPath));