7 references to WriteChar
System.Private.CoreLib (7)
System\CrashInfo.cs (7)
304
if (!
WriteChar
(c))
345
if (!
WriteChar
('"'))
349
if (!
WriteChar
('"'))
351
if (!
WriteChar
(':'))
355
if (!
WriteChar
(marker))
367
bool success =
WriteChar
(marker);
372
private bool WriteSeparator() => _isCommaNeeded ?
WriteChar
(',') : true;