4 references to TextMessageFormatter
Microsoft.AspNetCore.SignalR.Common (4)
Protocol\HandshakeProtocol.cs (2)
76
TextMessageFormatter
.WriteRecordSeparator(output);
107
TextMessageFormatter
.WriteRecordSeparator(output);
src\SignalR\common\Shared\TextMessageParser.cs (2)
18
var index = span.IndexOf(
TextMessageFormatter
.RecordSeparator);
39
var position = buffer.PositionOf(
TextMessageFormatter
.RecordSeparator);