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