87 instantiations of DivideByZeroException
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (3)
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
Microsoft.DotNet.XUnitAssert.Tests (32)
AsyncCollectionAssertsTests.cs (6)
894 throw new DivideByZeroException();
1040 validateError(() => Assert.Equal(expected, actual, (int e, int a) => throw new DivideByZeroException()), "int[] ", "<generated> ");
1041 validateError(() => Assert.Equal(expected.ToAsyncEnumerable(), actual, (int e, int a) => throw new DivideByZeroException()), "", "");
1253 throw new DivideByZeroException();
1373 validateError(() => Assert.NotEqual(expected, actual, (int e, int a) => throw new DivideByZeroException()), "int[] ", "<generated> ");
1374 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, (int e, int a) => throw new DivideByZeroException()), "", "");
EqualityAssertsTests.cs (10)
121 throw new DivideByZeroException();
144 throw new DivideByZeroException();
181 var ex = Record.Exception(() => Assert.Equal(42, 2112, (e, a) => throw new DivideByZeroException()));
200 (IEnumerable<int> e, IEnumerable<int> a) => throw new DivideByZeroException()
2405 throw new DivideByZeroException();
2428 throw new DivideByZeroException();
2451 throw new DivideByZeroException();
2488 var ex = Record.Exception(() => Assert.NotEqual(42, 42, (e, a) => throw new DivideByZeroException()));
2507 (IEnumerable<int> e, IEnumerable<int> a) => throw new DivideByZeroException()
2524 var ex = Record.Exception(() => Assert.NotEqual("42", "42", (e, a) => throw new DivideByZeroException()));
Microsoft.VisualBasic.Core (1)
System.Data.Common (12)
System.Private.CoreLib (5)
System.Windows.Forms.Design.Tests (6)
System.Windows.Forms.Tests (12)
System.Xaml.Tests (10)
ThrowingLibrary (1)
WindowsBase.Tests (1)
82 references to DivideByZeroException
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (2)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (4)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
Microsoft.DotNet.XUnitAssert.Tests (29)
mscorlib (1)
netstandard (1)
System.Numerics.Tensors (13)
System.Private.Xml (1)
System.Runtime (1)
System.Windows.Forms.Design.Tests (6)
System.Windows.Forms.Tests (18)
System.Xaml.Tests (1)