2 references to new
Microsoft.Build.Framework (2)
Globbing\MSBuildPathMatcher.cs (1)
407using BufferScope<byte> stateBuffer = new(stackalloc byte[StackStateCount * 2], checked(stateCount * 2));
Utilities\FileMatcher.cs (1)
3163using BufferScope<byte> activeExcludes = new(stackalloc byte[8], excludeCount);