1 type derived from OutOfMemoryException
System.Private.CoreLib (1)
78 instantiations of OutOfMemoryException
dotnet-svcutil-lib (2)
Microsoft.Build (1)
Microsoft.Build.Engine.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Microsoft.Extensions.Logging.Console (1)
Microsoft.ML.Tokenizers (1)
Microsoft.VisualBasic.Core (1)
MSBuildTaskHost (1)
PresentationCore (9)
PresentationFramework (2)
System.Collections.Concurrent (1)
System.Data.Odbc (1)
System.IO.FileSystem.Watcher (1)
System.Linq (1)
System.Memory (1)
System.Net.Http (1)
System.Net.NameResolution (1)
System.Net.Quic (2)
System.Net.Security (2)
System.Net.ServerSentEvents (1)
System.Net.Sockets (1)
System.Private.CoreLib (22)
System.Private.Windows.Core (2)
System.Reflection.MetadataLoadContext (1)
System.Security.Cryptography (2)
System.Security.Cryptography.ProtectedData (1)
System.Text.Json (2)
System.Windows.Forms (9)
UIAutomationClient (1)
UIAutomationClientSideProviders (2)
242 references to OutOfMemoryException
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (16)
Microsoft.Build (1)
Microsoft.Build.Engine.OM.UnitTests (1)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (1)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.ML.AutoML (1)
Microsoft.ML.Parquet (1)
Microsoft.VisualBasic.Core (48)
Microsoft.VisualStudio.LanguageServices (1)
MSBuild (1)
MSBuildTaskHost (1)
mscorlib (1)
netstandard (1)
PresentationBuildTasks (1)
PresentationCore (1)
PresentationFramework (5)
Roslyn.VisualStudio.DiagnosticsWindow (2)
System.Data.Common (2)
System.Data.Odbc (1)
System.Drawing.Common.Tests (35)
System\Drawing\BitmapTests.cs (6)
440Assert.Throws<OutOfMemoryException>(() => bitmap.Clone(new Rectangle(x, y, width, height), bitmap.PixelFormat));
441Assert.Throws<OutOfMemoryException>(() => bitmap.Clone(new RectangleF(x, y, width, height), bitmap.PixelFormat));
456Assert.Throws<OutOfMemoryException>(() => bitmap.Clone(new Rectangle(0, 0, 1, 1), format));
457Assert.Throws<OutOfMemoryException>(() => bitmap.Clone(new RectangleF(0, 0, 1, 1), format));
464Assert.Throws<OutOfMemoryException>(() => bitmap.Clone(new Rectangle(0, 0, 1, 1), PixelFormat.Format32bppArgb));
465Assert.Throws<OutOfMemoryException>(() => bitmap.Clone(new RectangleF(0, 0, 1, 1), PixelFormat.Format32bppArgb));
System\Drawing\Drawing2D\LinearGradientBrushTests.cs (2)
69Assert.Throws<OutOfMemoryException>(() => new LinearGradientBrush(new Point(x, y), new Point(x, y), Color.Fuchsia, Color.GhostWhite));
70Assert.Throws<OutOfMemoryException>(() => new LinearGradientBrush(new PointF(x, y), new PointF(x, y), Color.Fuchsia, Color.GhostWhite));
System\Drawing\Drawing2D\MatrixTests.cs (4)
147Assert.Throws<OutOfMemoryException>(() => new Matrix(new Rectangle(1, 1, 0, 1), new Point[3]));
148Assert.Throws<OutOfMemoryException>(() => new Matrix(new RectangleF(1, 1, 0, 1), new PointF[3]));
154Assert.Throws<OutOfMemoryException>(() => new Matrix(new Rectangle(1, 1, 1, 0), new Point[3]));
155Assert.Throws<OutOfMemoryException>(() => new Matrix(new RectangleF(1, 1, 1, 0), new PointF[3]));
System\Drawing\TextureBrushTests.cs (6)
291Assert.Throws<OutOfMemoryException>(() => new TextureBrush(image, rectangle));
292Assert.Throws<OutOfMemoryException>(() => new TextureBrush(image, (RectangleF)rectangle));
293Assert.Throws<OutOfMemoryException>(() => new TextureBrush(image, WrapMode.Tile, rectangle));
294Assert.Throws<OutOfMemoryException>(() => new TextureBrush(image, WrapMode.Tile, (RectangleF)rectangle));
295Assert.Throws<OutOfMemoryException>(() => new TextureBrush(image, rectangle, null));
296Assert.Throws<OutOfMemoryException>(() => new TextureBrush(image, (RectangleF)rectangle, null));
System.Formats.Nrbf (2)
System.IO.FileSystem.Watcher (1)
System.IO.Pipelines (4)
System.Net.Http (1)
System.Net.HttpListener (2)
System.Net.Mail (1)
System.Net.Primitives (2)
System.Net.Requests (3)
System.Net.Security (1)
System.Net.Sockets (13)
System.Net.WebClient (25)
System.Private.CoreLib (20)
System.Private.DataContractSerialization (1)
System.Private.Windows.Core (1)
System.Private.Xml (8)
System.Runtime (1)
System.Runtime.Serialization.Schema (1)
System.Security.Cryptography.ProtectedData (6)
System.ServiceModel.Federation (1)
System.Threading (3)
System.Web.Services.Description (1)
System.Windows.Forms (2)
System.Windows.Forms.Primitives.TestUtilities (1)
System.Windows.Forms.Tests (6)
System.Xaml (1)
UIAutomationClient (2)
UIAutomationClientSideProviders (2)