3 references to _actions
dotnet-watch.Tests (3)
TestUtilities\TestReporter.cs (3)
42
if (
_actions
.TryGetValue(eventId, out var existing))
51
_actions
[eventId] = existing;
62
if (
_actions
.TryGetValue(id, out var action))