1 write to _treatUnmatchedOptionsAsArguments
dotnet-sql-cache (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
38_treatUnmatchedOptionsAsArguments = treatUnmatchedOptionsAsArguments;
2 references to _treatUnmatchedOptionsAsArguments
dotnet-sql-cache (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
173if (option == null && _treatUnmatchedOptionsAsArguments) 252if (option == null && _treatUnmatchedOptionsAsArguments)