3 references to TrailingNewLine
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\StackTrace.cs (1)
189
return ToString(TraceFormat.
TrailingNewLine
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
247
new StackTrace(fNeedFileInfo: true).ToString(Diagnostics.StackTrace.TraceFormat.
TrailingNewLine
, sb);
System\Diagnostics\StackTrace.NativeAot.cs (1)
94
if (traceFormat == TraceFormat.
TrailingNewLine
&& builder.Length == 0)