12 references to Append
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
233Buffer.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)
285buffer.Append(charsToAppend, 1, 3); 304buffer.Append(charsToAppend, 0, length); 339buffer.Append(laterChars, 0, laterChars.Length); 340buffer.Append(laterChars, 0, laterChars.Length); 369buffer.Append(laterChars, 0, laterChars.Length); 370buffer.Append(laterChars, 0, laterChars.Length); 398buffer.Append(laterChars, 0, laterChars.Length); 399buffer.Append(laterChars, 0, laterChars.Length); 418buffer.Append(arrayToAppend, 0, arrayToAppend.Length);