6 references to StackTrace
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\RoslynLogger.cs (1)
188var frames = new StackTrace(exception).GetFrames();
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
src\VisualStudio\Core\Def\Watson\FaultReporter.cs (2)
205var stackTrace = new StackTrace(exception); 234var frames = new StackTrace(exception).GetFrames();
Microsoft.VisualStudio.LanguageServices (3)
ErrorReporting\VisualStudioErrorReportingService.ExceptionFormatting.cs (1)
76var stackTrace = new StackTrace(exception);
Watson\FaultReporter.cs (2)
205var stackTrace = new StackTrace(exception); 234var frames = new StackTrace(exception).GetFrames();