6 references to StackOverflowException
Microsoft.Build.Engine.UnitTests (4)
BackEnd\EventSourceSink_Tests.cs (1)
97exceptionList.Add(new StackOverflowException());
BackEnd\LoggingService_Tests.cs (3)
175logger = new LoggerThrowException(true, false, new StackOverflowException()); 257LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new StackOverflowException()); 1261: base(true, false, new StackOverflowException())
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
366.Returns(() => throw new StackOverflowException())
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListControlTests.cs (1)
3079throw new StackOverflowException();