1 write to _contents
Microsoft.AspNetCore.SignalR.Client.Tests (1)
ServerSentEventsTransportTests.cs (1)
503
_contents
= contents;
3 references to _contents
Microsoft.AspNetCore.SignalR.Client.Tests (3)
ServerSentEventsTransportTests.cs (3)
508
if (_index ==
_contents
.Length)
513
Debug.Assert(buffer.Length >
_contents
[_index].Length);
515
return new(Encoding.UTF8.GetBytes(
_contents
[_index++], buffer.Span));