1 write to _invocationMessageBytes
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionReceiveBenchmark.cs (1)
75
_invocationMessageBytes
= hubProtocol.GetMessageBytes(new InvocationMessage(MethodName, arguments));
2 references to _invocationMessageBytes
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionReceiveBenchmark.cs (2)
137
_pipe.AddReadResult(new ValueTask<ReadResult>(new ReadResult(new ReadOnlySequence<byte>(
_invocationMessageBytes
), false, false)));
154
_tcs.SetResult(new ReadResult(new ReadOnlySequence<byte>(
_invocationMessageBytes
), false, false));