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)
173
if (option == null &&
_treatUnmatchedOptionsAsArguments
)
252
if (option == null &&
_treatUnmatchedOptionsAsArguments
)