12 references to Append
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
233
Buffer.
Append
(buffer, index, count);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Buffers\PagedBufferedTextWriter.cs (2)
82
_charBuffer.
Append
(buffer, 0, buffer.Length);
89
_charBuffer.
Append
(buffer, index, count);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (9)
Buffers\PagedCharBufferTest.cs (9)
285
buffer.
Append
(charsToAppend, 1, 3);
304
buffer.
Append
(charsToAppend, 0, length);
339
buffer.
Append
(laterChars, 0, laterChars.Length);
340
buffer.
Append
(laterChars, 0, laterChars.Length);
369
buffer.
Append
(laterChars, 0, laterChars.Length);
370
buffer.
Append
(laterChars, 0, laterChars.Length);
398
buffer.
Append
(laterChars, 0, laterChars.Length);
399
buffer.
Append
(laterChars, 0, laterChars.Length);
418
buffer.
Append
(arrayToAppend, 0, arrayToAppend.Length);