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