1 write to _outputPath
dotnet-sql-cache (1)
Program.cs (1)
127
_outputPath
= outputOption.Value();
2 references to _outputPath
dotnet-sql-cache (2)
Program.cs (2)
163
if (
_outputPath
is not null)
165
streamWriter = new StreamWriter(
_outputPath
);