1 write to _handleRawMessage
vstest.console.arm64 (1)
parent\vstest.console\HandlerToEventsRegistrarAdapter.cs (1)
75
_handleRawMessage
= (_, e) =>
2 references to _handleRawMessage
vstest.console.arm64 (2)
parent\vstest.console\HandlerToEventsRegistrarAdapter.cs (2)
100
testRunRequest.OnRawMessageReceived +=
_handleRawMessage
;
108
testRunRequest.OnRawMessageReceived -=
_handleRawMessage
;