4 references to BufferScope
Microsoft.Build.Framework (4)
Collections\RefArrayBuilder.cs (2)
32
_scope = new
BufferScope
<T>(initialCapacity);
313
var newScope = new
BufferScope
<T>(nextCapacity);
Utilities\ProcessExtensions.cs (2)
165
using BufferScope<char> charBuffer =
new
(data.Length);
543
using BufferScope<byte> buffer =
new
((int)size);