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