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