34 references to StackTrace
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
659var stackTrace = new StackTrace();
CodeStyleConfigFileGenerator (1)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
csc (1)
src\roslyn\src\Compilers\Shared\ExitingTraceListener.cs (1)
49var stackTrace = new StackTrace();
dotnet (1)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.11.0-1.26424.106\contentFiles\cs\net11.0\Debug.cs (1)
63var stackTrace = new StackTrace();
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.Build.Framework (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.contracts\5.0.0-1.25277.114\contentFiles\cs\net9.0\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.Build.Tasks.CodeAnalysis (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis (2)
InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
Microsoft.CodeAnalysis.Workspaces.MSBuild.Contracts (1)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
Microsoft.Private.Windows.Core (1)
System\DisposalTracking.cs (1)
49_originatingStack = _throwIfFinalized ? new StackTrace() : null;
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
63var stackTrace = new StackTrace();
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FailFast.cs (1)
82var stackTrace = new StackTrace();
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\Contracts.cs (1)
624StackTrace stack = new StackTrace();
System\RuntimeExceptionHelpers.cs (1)
283Internal.Console.Error.Write(new StackTrace().ToString());
System.Private.Windows.Core (1)
System\DisposalTracking.cs (1)
49_originatingStack = _throwIfFinalized ? new StackTrace() : null;
System.Windows.Forms (1)
System\Windows\Forms\Components\ImageList\ImageList.NativeImageList.cs (1)
14private readonly string _callStack = new StackTrace().ToString();
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
341StackTrace st = new StackTrace();
vbc (1)
src\roslyn\src\Compilers\Shared\ExitingTraceListener.cs (1)
49var stackTrace = new StackTrace();
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\ExitingTraceListener.cs (1)
49var stackTrace = new StackTrace();