3 references to TextMessageFormatter
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (3)
Protocol\NewtonsoftJsonHubProtocol.cs (1)
105
TextMessageFormatter
.WriteRecordSeparator(output);
src\SignalR\common\Shared\TextMessageParser.cs (2)
18
var index = span.IndexOf(
TextMessageFormatter
.RecordSeparator);
39
var position = buffer.PositionOf(
TextMessageFormatter
.RecordSeparator);