4 references to TryParse
Microsoft.CodeAnalysis.Features (4)
EmbeddedLanguages\StackFrame\StackFrameParser.cs (2)
63/// Constructs a <see cref="VirtualCharSequence"/> and calls <see cref="TryParse(VirtualCharSequence)"/> 66=> TryParse(VirtualCharSequence.Create(0, text));
StackTraceExplorer\DotnetStackFrameParser.cs (1)
19var tree = StackFrameParser.TryParse(line);
StackTraceExplorer\VSDebugCallstackParser.cs (1)
39var tree = StackFrameParser.TryParse(textToParse);