2 references to Parse
Microsoft.CodeAnalysis.Features (2)
StackTraceExplorer\ParsedStackFrame.cs (1)
11
/// A line from <see cref="StackTraceAnalyzer.
Parse
(string, CancellationToken)"/> that
StackTraceExplorer\StackTraceAnalyzer.cs (1)
28
var result = new StackTraceAnalysisResult(callstack,
Parse
(callstack, cancellationToken));