104 instantiations of DivideByZeroException
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
Microsoft.DotNet.XUnitAssert.Tests (51)
Asserts\AsyncCollectionAssertsTests.cs (6)
898 throw new DivideByZeroException();
1056 validateError(() => Assert.Equal(expected, actual, (e, a) => throw new DivideByZeroException()), "int[] ", "<generated> ");
1057 validateError(() => Assert.Equal(expected.ToAsyncEnumerable(), actual, (int e, int a) => throw new DivideByZeroException()), "", "");
1265 throw new DivideByZeroException();
1396 validateError(() => Assert.NotEqual(expected, actual, (e, a) => throw new DivideByZeroException()), "int[] ", "<generated> ");
1397 validateError(() => Assert.NotEqual(expected.ToAsyncEnumerable(), actual, (int e, int a) => throw new DivideByZeroException()), "", "");
Asserts\EqualityAssertsTests.cs (10)
154 throw new DivideByZeroException();
177 throw new DivideByZeroException();
214 var ex = Record.Exception(() => Assert.Equal(42, 2112, (e, a) => throw new DivideByZeroException()));
233 (IEnumerable<int> e, IEnumerable<int> a) => throw new DivideByZeroException()
2550 throw new DivideByZeroException();
2573 throw new DivideByZeroException();
2596 throw new DivideByZeroException();
2633 var ex = Record.Exception(() => Assert.NotEqual(42, 42, (e, a) => throw new DivideByZeroException()));
2652 (IEnumerable<int> e, IEnumerable<int> a) => throw new DivideByZeroException()
2669 var ex = Record.Exception(() => Assert.NotEqual("42", "42", (e, a) => throw new DivideByZeroException()));
Microsoft.Extensions.AI.Evaluation.NLP (1)
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)
100 references to DivideByZeroException
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (4)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
Microsoft.DotNet.XUnitAssert.Tests (48)
Microsoft.Extensions.AI.Evaluation.NLP.Tests (1)
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)