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