5 references to FileInformationExpression
Microsoft.CodeAnalysis.Features (5)
EmbeddedLanguages\StackFrame\StackFrameCompilationUnit.cs (2)
15/// Any leading "at " is considered trivia of <see cref="MethodDeclaration"/>, and " in " is put as trivia for the <see cref="FileInformationExpression"/>. 471 => FileInformationExpression,
StackTraceExplorer\StackTraceExplorerService.cs (3)
78if (root.FileInformationExpression is null) 83var fileName = root.FileInformationExpression.Path.ToString(); 84var lineString = root.FileInformationExpression.Line.ToString();