4 writes to SuppressLogging
aspire (1)
NuGet\NuGetPackageCache.cs (1)
95new DotNetCliRunnerInvocationOptions { SuppressLogging = true },
Aspire.Cli.Tests (3)
DotNet\DotNetCliRunnerTests.cs (3)
1095var options = new DotNetCliRunnerInvocationOptions { SuppressLogging = true }; 1136var options = new DotNetCliRunnerInvocationOptions { SuppressLogging = true }; 1177var options = new DotNetCliRunnerInvocationOptions { SuppressLogging = true };
3 references to SuppressLogging
aspire (3)
DotNet\DotNetCliExecution.cs (2)
46var suppressLogging = _options.SuppressLogging; 89var suppressLogging = _options.SuppressLogging;
DotNet\DotNetCliExecutionFactory.cs (1)
30var suppressLogging = options.SuppressLogging;