3 references to Write
Aspire.Acquisition.Tests (1)
Scripts\Common\RealGitHubPRFixture.cs (1)
210public void Write(string format, params object[] args) => Console.Write(format, args);
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\TestOutputWrapper.cs (1)
31Console.Write(format, args);
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\TestOutputWrapper.cs (1)
31Console.Write(format, args);