2 references to MaxStackSizeWindows
Microsoft.Build.BuildCheck.UnitTests (2)
ExecCliBuildCheck_Tests.cs (2)
48
string.Join(";", new string('a', RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ?
MaxStackSizeWindows
* 2 : MaxStackSizeLinux * 2), "dotnet build"));
58
new string('a', RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ?
MaxStackSizeWindows
* 2 : MaxStackSizeLinux * 2));