9 references to Write
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Console.cs (1)
28
Write
(Environment.NewLineConst);
System\RuntimeExceptionHelpers.cs (8)
253
Internal.Console.Error.
Write
("Out of memory.");
260
Internal.Console.Error.
Write
(((exception == null) || (reason is RhFailFastReason.EnvironmentFailFast or RhFailFastReason.AssertionFailure)) ?
265
Internal.Console.Error.
Write
(errorSource);
271
Internal.Console.Error.
Write
(message);
277
Internal.Console.Error.
Write
(GetStringForFailFastReason(reason));
283
Internal.Console.Error.
Write
(new StackTrace().ToString());
290
Internal.Console.Error.
Write
(exception.ToString());
299
Internal.Console.Error.
Write
(exception.GetMethodTable() == Internal.Runtime.MethodTable.Of<OutOfMemoryException>() ? "Out of memory." : exception.GetType().FullName);