2 implementations of ReturnSegment
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\MemoryPoolViewBufferScope.cs (1)
71
public void
ReturnSegment
(ViewBufferValue[] segment)
Microsoft.AspNetCore.Mvc.Views.TestCommon (1)
TestViewBufferScope.cs (1)
21
public void
ReturnSegment
(ViewBufferValue[] segment)
2 references to ReturnSegment
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Buffers\ViewBuffer.cs (2)
323
_bufferScope.
ReturnSegment
(page.Buffer);
356
_bufferScope.
ReturnSegment
(page.Buffer);