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