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