14 references to Console
System.Private.CoreLib (14)
System\RuntimeExceptionHelpers.cs (14)
253Internal.Console.Error.Write("Out of memory."); 254Internal.Console.Error.WriteLine(); 260Internal.Console.Error.Write(((exception == null) || (reason is RhFailFastReason.EnvironmentFailFast or RhFailFastReason.AssertionFailure)) ? 265Internal.Console.Error.Write(errorSource); 266Internal.Console.Error.WriteLine(); 271Internal.Console.Error.Write(message); 272Internal.Console.Error.WriteLine(); 277Internal.Console.Error.Write(GetStringForFailFastReason(reason)); 278Internal.Console.Error.WriteLine(); 283Internal.Console.Error.Write(new StackTrace().ToString()); 290Internal.Console.Error.Write(exception.ToString()); 291Internal.Console.Error.WriteLine(); 299Internal.Console.Error.Write(exception.GetMethodTable() == Internal.Runtime.MethodTable.Of<OutOfMemoryException>() ? "Out of memory." : exception.GetType().FullName); 300Internal.Console.Error.WriteLine();