2 references to GetStackForException
Microsoft.VisualStudio.LanguageServices (2)
ErrorReporting\VisualStudioErrorReportingService.ExceptionFormatting.cs (2)
32
return
GetStackForException
(exception, includeMessageOnly: false);
37
var text =
GetStackForException
(exception, includeMessageOnly: true);