15 references to StackTrace
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
59StackTrace st = new StackTrace(true);
Interop.FunctionalTests (1)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (1)
222Leaser = new StackTrace(false);
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (1)
222Leaser = new StackTrace(false);
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (1)
222Leaser = new StackTrace(false);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (1)
222Leaser = new StackTrace(false);
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (1)
222Leaser = new StackTrace(false);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (1)
222Leaser = new StackTrace(false);
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ExtensionMethodReferenceRewriter.cs (1)
175new StackTrace(fNeedFileInfo: false).GetFrame(1)?.GetMethod() switch
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
244var stackTrace = new StackTrace(true);
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (1)
139IMECompositionTracer.Mark(new System.Diagnostics.StackTrace(true));
System\Windows\Interop\HwndHost.cs (1)
991Trace.WriteLineIf(hwnd == null, $"- Warning - Notification Window is null\n{new System.Diagnostics.StackTrace(true).ToString()}");
System.Diagnostics.TraceSource (1)
System\Diagnostics\DefaultTraceListener.cs (1)
83stackTrace = new StackTrace(fNeedFileInfo: true).ToString();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Environment.cs (1)
234get => new StackTrace(true).ToString(Diagnostics.StackTrace.TraceFormat.Normal);
src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
247new StackTrace(fNeedFileInfo: true).ToString(Diagnostics.StackTrace.TraceFormat.TrailingNewLine, sb);
System.Windows.Forms.UI.IntegrationTests (1)
Infra\DataCollectionService.cs (1)
170exceptionDetails.AppendLine(new StackTrace(true).ToString());