3 references to IsPathOption
dotnet (1)
Commands\Run\CSharpCompilerCommand.cs (1)
351
if (
IsPathOption
(arg, out var colonIndex))
dotnet.Tests (2)
CommandTests\Run\RunFileTests.cs (2)
2362
nuGetPackageFilePaths.Add(CSharpCompilerCommand.
IsPathOption
(rewritten, out int colonIndex)
2455
return CSharpCompilerCommand.
IsPathOption
(arg, out int colonIndex)