Base:
16 references to Write
Microsoft.AspNetCore.SignalR.Common.Tests (16)
Internal\Protocol\Utf8BufferTextWriterTests.cs (16)
24
textWriter.
Write
('[');
29
textWriter.
Write
('"');
34
textWriter.
Write
('\u00A3');
38
textWriter.
Write
('\u00A3');
42
textWriter.
Write
('"');
51
textWriter.
Write
(']');
65
textWriter.
Write
('\u00A3');
80
textWriter.
Write
('[');
85
textWriter.
Write
('"');
92
textWriter.
Write
('\u00A3');
96
textWriter.
Write
('"');
101
textWriter.
Write
(']');
160
textWriter.
Write
(chars[0]);
166
textWriter.
Write
(chars[1]);
325
textWriter.
Write
(singleChar);
327
textWriter.
Write
(singleChar);