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