2 writes to Buffer
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Buffers\ViewBufferTextWriter.cs (2)
35Buffer = buffer; 55Buffer = buffer;
22 references to Buffer
Microsoft.AspNetCore.Mvc.ViewFeatures (22)
Buffers\ViewBufferTextWriter.cs (22)
77Buffer.AppendHtml(value.ToString()); 88Buffer.AppendHtml(new string(buffer, index, count)); 99Buffer.AppendHtml(value); 135Buffer.AppendHtml(value); 149value.MoveTo(Buffer); 180Buffer.AppendHtml(value.ToString()); 194Buffer.AppendHtml(new string(buffer, index, count)); 201Buffer.AppendHtml(value); 208Buffer.AppendHtml(NewLine); 214Buffer.AppendHtml(value); 215Buffer.AppendHtml(NewLine); 221Buffer.AppendHtml(value.ToString()); 222Buffer.AppendHtml(NewLine); 229Buffer.AppendHtml(new string(value, start, offset)); 230Buffer.AppendHtml(NewLine); 237Buffer.AppendHtml(value); 238Buffer.AppendHtml(NewLine); 245Buffer.AppendHtml(NewLine); 261Buffer.WriteTo(_inner, _htmlEncoder); 262Buffer.Clear(); 280await Buffer.WriteToAsync(_inner, _htmlEncoder); 281Buffer.Clear();