2 instantiations of WatchableApp
dotnet-watch.Tests (2)
Build\EvaluationTests.cs (1)
544using var watchableApp = new WatchableApp(new DebugTestOutputLogger(output));
TestUtilities\DotNetWatchTestBase.cs (1)
19App = new WatchableApp(debugLogger);
2 references to WatchableApp
dotnet-watch.Tests (2)
Build\EvaluationTests.cs (1)
544using var watchableApp = new WatchableApp(new DebugTestOutputLogger(output));
TestUtilities\DotNetWatchTestBase.cs (1)
14internal WatchableApp App { get; }