4 references to RecordSeparator
Microsoft.AspNetCore.SignalR.Client.Tests (4)
src\SignalR\common\Shared\TextMessageFormatter.cs (1)
17buffer[0] = RecordSeparator;
src\SignalR\common\Shared\TextMessageParser.cs (2)
18var index = span.IndexOf(TextMessageFormatter.RecordSeparator); 39var position = buffer.PositionOf(TextMessageFormatter.RecordSeparator);
TestConnection.cs (1)
219output.WriteByte(TextMessageFormatter.RecordSeparator);