1 write to _inner
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBufferTextWriter.cs (1)
58
_inner
= inner;
8 references to _inner
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
Buffers\ViewBufferTextWriter.cs (8)
254
if (
_inner
== null ||
_inner
is ViewBufferTextWriter)
261
Buffer.WriteTo(
_inner
, _htmlEncoder);
264
_inner
.Flush();
273
if (
_inner
== null ||
_inner
is ViewBufferTextWriter)
280
await Buffer.WriteToAsync(
_inner
, _htmlEncoder);
283
await
_inner
.FlushAsync();