6 references to TextMessageFormatter
Microsoft.AspNetCore.SignalR.Common (4)
Protocol\HandshakeProtocol.cs (2)
76TextMessageFormatter.WriteRecordSeparator(output); 107TextMessageFormatter.WriteRecordSeparator(output);
src\SignalR\common\Shared\TextMessageParser.cs (2)
18var index = span.IndexOf(TextMessageFormatter.RecordSeparator); 39var position = buffer.PositionOf(TextMessageFormatter.RecordSeparator);
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Formatters\TextMessageFormatterTests.cs (1)
21ms.WriteByte(TextMessageFormatter.RecordSeparator);
Internal\Protocol\JsonHubProtocolTestsBase.cs (1)
508output.WriteByte(TextMessageFormatter.RecordSeparator);