5 writes to OnOutput
dotnet-watch (5)
HotReload\HotReloadDotNetWatcher.cs (1)
875
OnOutput
= line =>
Process\ProjectLauncher.cs (2)
68
OnOutput
= onOutput,
74
processSpec.
OnOutput
+= line =>
Process\WebServerProcessStateObserver.cs (1)
33
serverProcessSpec.
OnOutput
+= line =>
Watch\MsBuildFileSetFactory.cs (1)
55
OnOutput
= line =>
1 reference to OnOutput
dotnet-watch (1)
Process\ProcessRunner.cs (1)
37
var onOutput = processSpec.
OnOutput
;