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