2 references to StackFrameFileInformationNode
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\StackFrame\StackFrameParser.cs (2)
589return new StackFrameFileInformationNode(path, colon: null, line: null); 598return new StackFrameFileInformationNode(path, colonToken, lineNumber);