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