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)
100testRunRequest.OnRawMessageReceived += _handleRawMessage; 108testRunRequest.OnRawMessageReceived -= _handleRawMessage;